diff options
Diffstat (limited to 'cervisia')
-rw-r--r-- | cervisia/logdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cervisia/logdlg.cpp b/cervisia/logdlg.cpp index e924672b..e446b587 100644 --- a/cervisia/logdlg.cpp +++ b/cervisia/logdlg.cpp @@ -62,7 +62,7 @@ LogDialog::LogDialog(TDEConfig& cfg, TQWidget *parent, const char *name) Ok | Apply | Close | Help | User1 | User2 | User3, Close, true, KGuiItem(i18n("&Annotate")), KGuiItem(i18n("&Diff"), "vcs_diff"), - KGuiItem(i18n("&Find..."), "find")) + KGuiItem(i18n("&Find..."), "edit-find")) , cvsService(0) , partConfig(cfg) { |