diff options
author | pano <pano@linux-xtvb.(none)> | 2010-03-06 16:46:55 +0100 |
---|---|---|
committer | pano <pano@linux-xtvb.(none)> | 2010-03-06 16:46:55 +0100 |
commit | 87fabef6340c83c7c8746f37aa70b9d7a54b7d5e (patch) | |
tree | 00f73ebf2e3ec7caa24bf69b7e066bdd3d514a47 /src | |
parent | Replace "Yes/No" dialog (diff) | |
download | rekonq-87fabef6340c83c7c8746f37aa70b9d7a54b7d5e.tar.xz |
Further changes to my last commit
Change string and icon of the button
Diffstat (limited to 'src')
-rw-r--r-- | src/mainview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainview.cpp b/src/mainview.cpp index fc4ddc6c..f2152364 100644 --- a/src/mainview.cpp +++ b/src/mainview.cpp @@ -499,7 +499,7 @@ void MainView::closeTab(int index) i18n("This tab contains changes that have not been submitted.\n" "Closing the tab will discard these changes.\n" "Do you really want to close this tab?\n"), - i18n("Closing Modified Tab"), KGuiItem(i18n("&Discard Changes"),"view-refresh"), KStandardGuiItem::cancel()); + i18n("Closing Modified Tab"), KGuiItem(i18n("Close &Tab"),"tab-close"), KStandardGuiItem::cancel()); if (risp != KMessageBox::Continue) return; } |