summaryrefslogtreecommitdiffstats
path: root/tdeioslave/system/systemimpl.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2015-03-26 12:26:24 -0500
committerSlávek Banko <[email protected]>2015-03-26 20:26:02 +0100
commit5dc19d3115af378b53a574e7c4c60232f1c6415a (patch)
treebf027c3200976a054365207f6303ba251cd2c5a4 /tdeioslave/system/systemimpl.cpp
parentfa007f89652c385785f4e3ad1788320594ced497 (diff)
downloadtdebase-5dc19d3115af378b53a574e7c4c60232f1c6415a.tar.gz
tdebase-5dc19d3115af378b53a574e7c4c60232f1c6415a.zip
Bring system icon into XDG compliance
(cherry picked from commit a8203cf740d018000b2e36cdb60e63fd08b2f692)
Diffstat (limited to 'tdeioslave/system/systemimpl.cpp')
-rw-r--r--tdeioslave/system/systemimpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeioslave/system/systemimpl.cpp b/tdeioslave/system/systemimpl.cpp
index 2cd8226a5..21a9da7da 100644
--- a/tdeioslave/system/systemimpl.cpp
+++ b/tdeioslave/system/systemimpl.cpp
@@ -204,7 +204,7 @@ void SystemImpl::createTopLevelEntry(TDEIO::UDSEntry &entry) const
addAtom(entry, TDEIO::UDS_FILE_TYPE, S_IFDIR);
addAtom(entry, TDEIO::UDS_ACCESS, 0555);
addAtom(entry, TDEIO::UDS_MIME_TYPE, 0, "inode/system_directory");
- addAtom(entry, TDEIO::UDS_ICON_NAME, 0, "system");
+ addAtom(entry, TDEIO::UDS_ICON_NAME, 0, "computer");
}
TQString SystemImpl::readPathINL(TQString filename)