diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 12:51:18 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 12:51:18 -0500 |
commit | 2166880f2ba4e37d70d75ee5f9feb4ad6b2d5f20 (patch) | |
tree | c0899acbde782754761df4cb43d44807bbecfcdd /cervisia | |
parent | 2762d81ca66d7106e62854f9cb1736cbd157e0f4 (diff) | |
download | tdesdk-2166880f2ba4e37d70d75ee5f9feb4ad6b2d5f20.tar.gz tdesdk-2166880f2ba4e37d70d75ee5f9feb4ad6b2d5f20.zip |
Bring undo, redo, find, and revert icons into XDG compliance
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) { |