summaryrefslogtreecommitdiffstats
path: root/ksim
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:30 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:30 -0500
commit78cca2f43213a4bf913ca47da677d5b2a4553a50 (patch)
treee9fca962f97bcc3d731c661061ea19766f7ffdcf /ksim
parentc831c60d1daabd34664b460dbdb1d19d4c1ac50b (diff)
downloadtdeutils-78cca2f43213a4bf913ca47da677d5b2a4553a50.tar.gz
tdeutils-78cca2f43213a4bf913ca47da677d5b2a4553a50.zip
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
Diffstat (limited to 'ksim')
-rw-r--r--ksim/ksimpref.cpp2
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();