summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:51 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:51 -0500
commitffbecd1a7a6b4c5eabe4c877ec948cecbb8ee6fb (patch)
tree14fe5cb917d80f2e8d6690d8148c863edd3208d1
parent3b3bc19f63931e18bc7a365260275758f228822e (diff)
downloadtderadio-ffbecd1a.tar.gz
tderadio-ffbecd1a.zip
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
-rw-r--r--tderadio3/plugins/gui-error-log/errorlog.cpp2
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)