diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 11:55:18 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 11:55:18 -0500 |
commit | bd674122c28811a61d824f77663242458a06222f (patch) | |
tree | 37a08e7c4410e4cb0c2ff2a25dbabac21be71dcc | |
parent | 78cca2f43213a4bf913ca47da677d5b2a4553a50 (diff) | |
download | tdeutils-bd674122c28811a61d824f77663242458a06222f.tar.gz tdeutils-bd674122c28811a61d824f77663242458a06222f.zip |
Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown
-rw-r--r-- | ksim/ksimpref.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksim/ksimpref.cpp b/ksim/ksimpref.cpp index 47b6cf7..52fe424 100644 --- a/ksim/ksimpref.cpp +++ b/ksim/ksimpref.cpp @@ -60,7 +60,7 @@ KSim::ConfigDialog::ConfigDialog(KSim::Config *config, TQStringList list; list << ' ' + i18n("Miscellaneous") << ' ' + i18n("General"); TQFrame *general = addHBoxPage(list, i18n("General Options"), - SmallIcon("application-vnd.tde.misc")); + SmallIcon("misc")); m_generalPage = new KSim::GeneralPrefs(general); list.clear(); |