From 78cca2f43213a4bf913ca47da677d5b2a4553a50 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:30 -0500 Subject: 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 --- ksim/ksimpref.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksim') 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(); -- cgit v1.2.3