diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:51 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:51 -0500 |
commit | ffbecd1a7a6b4c5eabe4c877ec948cecbb8ee6fb (patch) | |
tree | 14fe5cb917d80f2e8d6690d8148c863edd3208d1 /tderadio3/plugins | |
parent | 3b3bc19f63931e18bc7a365260275758f228822e (diff) | |
download | tderadio-ffbecd1a7a6b4c5eabe4c877ec948cecbb8ee6fb.tar.gz tderadio-ffbecd1a7a6b4c5eabe4c877ec948cecbb8ee6fb.zip |
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'tderadio3/plugins')
-rw-r--r-- | tderadio3/plugins/gui-error-log/errorlog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tderadio3/plugins/gui-error-log/errorlog.cpp b/tderadio3/plugins/gui-error-log/errorlog.cpp index f2b27a3..1ed8fdf 100644 --- a/tderadio3/plugins/gui-error-log/errorlog.cpp +++ b/tderadio3/plugins/gui-error-log/errorlog.cpp @@ -49,7 +49,7 @@ ErrorLog::ErrorLog(const TQString &name) name.ascii(), false, false, - KGuiItem(i18n("Save &as"), "filesaveas") + KGuiItem(i18n("Save &as"), "document-save-as") ), WidgetPluginBase(name, i18n("Error Logger")), init_done(false) |