summaryrefslogtreecommitdiff
path: root/src/mainview.cpp
diff options
context:
space:
mode:
authorpano <pano@linux-xtvb.(none)>2010-03-06 16:46:55 +0100
committerpano <pano@linux-xtvb.(none)>2010-03-06 16:46:55 +0100
commit87fabef6340c83c7c8746f37aa70b9d7a54b7d5e (patch)
tree00f73ebf2e3ec7caa24bf69b7e066bdd3d514a47 /src/mainview.cpp
parentReplace "Yes/No" dialog (diff)
downloadrekonq-87fabef6340c83c7c8746f37aa70b9d7a54b7d5e.tar.xz
Further changes to my last commit
Change string and icon of the button
Diffstat (limited to 'src/mainview.cpp')
-rw-r--r--src/mainview.cpp2
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;
}