diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 01:27:30 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 01:27:30 -0500 |
commit | 5f032cbe930c87fae63f0f96be7cc7a82b16025e (patch) | |
tree | c1142e9cb59d31f2c07ae352960a5aa92877a9cb /filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp | |
parent | 2837ea5b6d2e6d753b235221bcd8bf6158ce9120 (diff) | |
download | tdenetwork-5f032cbe930c87fae63f0f96be7cc7a82b16025e.tar.gz tdenetwork-5f032cbe930c87fae63f0f96be7cc7a82b16025e.zip |
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp')
-rw-r--r-- | filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp b/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp index 7f4f7cfa..3f48839c 100644 --- a/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp +++ b/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp @@ -314,7 +314,7 @@ void KcmSambaConf::initAdvancedTab() icon = SmallIcon("tdmconfig"); else if (label == i18n("Protocol")) - icon = SmallIcon("core"); + icon = SmallIcon("application-x-core"); else if (label == i18n("Charset")) icon = SmallIcon("charset"); @@ -329,7 +329,7 @@ void KcmSambaConf::initAdvancedTab() icon = SmallIcon("konqueror"); else if (label == i18n("Misc")) - icon = SmallIcon("misc"); + icon = SmallIcon("application-vnd.tde.misc"); else if (label == i18n("Commands")) icon = SmallIcon("konsole"); |