diff options
Diffstat (limited to 'ksim')
-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 52fe424..47b6cf7 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("misc")); + SmallIcon("application-vnd.tde.misc")); m_generalPage = new KSim::GeneralPrefs(general); list.clear(); |