summaryrefslogtreecommitdiffstats
path: root/tdeprint/slave
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:56 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:56 -0500
commitab197a37e3e362ae3980f5bdd9840b0e4703e370 (patch)
tree8778c43175b2f6e2b593ef0edf3f9e5c8518e678 /tdeprint/slave
parenta19ce6ad349c047b7feb2ad49c5a066d7dd2c745 (diff)
downloadtdebase-ab197a37e3e362ae3980f5bdd9840b0e4703e370.tar.gz
tdebase-ab197a37e3e362ae3980f5bdd9840b0e4703e370.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 'tdeprint/slave')
-rw-r--r--tdeprint/slave/tdeio_print.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/slave/tdeio_print.cpp b/tdeprint/slave/tdeio_print.cpp
index fa03bf032..2e714087a 100644
--- a/tdeprint/slave/tdeio_print.cpp
+++ b/tdeprint/slave/tdeio_print.cpp
@@ -849,7 +849,7 @@ void TDEIO_Print::showJobs(KMPrinter *prt, bool completed)
.arg(buildMenu(TQStringList::split('|', i18n("Active jobs|Completed jobs"), false),
TQStringList::split('|', "?jobs|?completed_jobs", true),
(completed ? 1 : 0)))
- .arg("fileprint")
+ .arg("document-print")
.arg(i18n("All jobs"));
}
content = content.arg(i18n("ID")).arg(i18n("Owner")).arg(i18n("Printer")).arg(i18n("Name")).arg(i18n("State"));