From bd674122c28811a61d824f77663242458a06222f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 11:55:18 -0500 Subject: [PATCH] Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown --- ksim/ksimpref.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();