diff options
author | ramon <ramongomez@us.es> | 2011-04-08 09:07:21 +0000 |
---|---|---|
committer | ramon <ramongomez@us.es> | 2011-04-08 09:07:21 +0000 |
commit | c0ee9e29c65c9cdc432bddab842550e5014f47d6 (patch) | |
tree | 30f09b723da11303643dc8e49511575991d67993 /client | |
parent | 81291cedbfb948ede9f583252cd17f6764769d32 (diff) |
Version 1.0: corregir errata.
git-svn-id: https://opengnsys.es/svn/branches/version1.0@1747 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'client')
-rw-r--r-- | client/browser/src/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/browser/src/mainwindow.cpp b/client/browser/src/mainwindow.cpp index 646bacf9..40a02ab5 100644 --- a/client/browser/src/mainwindow.cpp +++ b/client/browser/src/mainwindow.cpp @@ -210,7 +210,7 @@ void MainWindow::slotWebLoadFinished(bool ok) msgBox.setText(tr("La página no se puede cargar.")); QPushButton *reloadButton = msgBox.addButton(tr("Recargar"), QMessageBox::ActionRole); - msgBox.addButton(tr("Abortar"), QMessageBox::Abort); + msgBox.addButton(tr("Abortar"), QMessageBox::RejectRole); msgBox.exec(); |