diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:30 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:30 -0500 |
commit | 78cca2f43213a4bf913ca47da677d5b2a4553a50 (patch) | |
tree | e9fca962f97bcc3d731c661061ea19766f7ffdcf /ksim | |
parent | c831c60d1daabd34664b460dbdb1d19d4c1ac50b (diff) | |
download | tdeutils-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.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(); |