summaryrefslogtreecommitdiffstats
path: root/amarok/src/editfilterdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'amarok/src/editfilterdialog.cpp')
-rw-r--r--amarok/src/editfilterdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/amarok/src/editfilterdialog.cpp b/amarok/src/editfilterdialog.cpp
index 6e79a53d..aab91888 100644
--- a/amarok/src/editfilterdialog.cpp
+++ b/amarok/src/editfilterdialog.cpp
@@ -49,7 +49,7 @@ EditFilterDialog::EditFilterDialog( TQWidget* parent, bool metaBundleKeywords, c
// define "User2" button
KGuiItem user2Button( i18n("this \"undo\" will undo the last appended filter... be careful how you will translate it "
- "to avoid two buttons (\"Cancel\" and \"Undo\") with same label in the same dialog", "&Undo"), "undo" );
+ "to avoid two buttons (\"Cancel\" and \"Undo\") with same label in the same dialog", "&Undo"), "edit-undo" );
setButtonWhatsThis( User2, i18n( "<p>Clicking here will remove the last appended filter. "
"You cannot undo more than one action.</p>" ) );
setButtonTip(User2, i18n( "Remove last appended filter" ) );