diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 11:55:16 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 11:55:16 -0500 |
commit | c43e5608f94635f3033708cbe97a864634b34bc5 (patch) | |
tree | 614609dca99dfb3219a2cd73129b3cafaeb66d28 /filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp | |
parent | 5f032cbe930c87fae63f0f96be7cc7a82b16025e (diff) | |
download | tdenetwork-c43e5608f94635f3033708cbe97a864634b34bc5.tar.gz tdenetwork-c43e5608f94635f3033708cbe97a864634b34bc5.zip |
Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown
Diffstat (limited to 'filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp')
-rw-r--r-- | filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp b/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp index 3f48839c..11dd983a 100644 --- a/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp +++ b/filesharing/advanced/kcm_sambaconf/kcmsambaconf.cpp @@ -329,7 +329,7 @@ void KcmSambaConf::initAdvancedTab() icon = SmallIcon("konqueror"); else if (label == i18n("Misc")) - icon = SmallIcon("application-vnd.tde.misc"); + icon = SmallIcon("misc"); else if (label == i18n("Commands")) icon = SmallIcon("konsole"); |