summaryrefslogtreecommitdiffstats
path: root/keduca
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:29 -0500
commit9226d5bf328f1a1a5780c35eece8f8238f8d76ef (patch)
tree1c7ecf1797799e6cd63fc4c476134b026bc5fe7f /keduca
parent77305032b02763f2549b5c804cae55722905d9f8 (diff)
downloadtdeedu-9226d5bf328f1a1a5780c35eece8f8238f8d76ef.tar.gz
tdeedu-9226d5bf328f1a1a5780c35eece8f8238f8d76ef.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 'keduca')
-rw-r--r--keduca/keduca/keducaprefs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/keduca/keduca/keducaprefs.cpp b/keduca/keduca/keducaprefs.cpp
index c8f3ce0d..9abbea6a 100644
--- a/keduca/keduca/keducaprefs.cpp
+++ b/keduca/keduca/keducaprefs.cpp
@@ -38,7 +38,7 @@ KEducaPrefs::~KEducaPrefs(){}
/** Set page general */
void KEducaPrefs::setPageGeneral()
{
- TQVBox *mainFrame = addVBoxPage( i18n("Miscellaneous"), i18n("Various Settings"), DesktopIcon("misc"));
+ TQVBox *mainFrame = addVBoxPage( i18n("Miscellaneous"), i18n("Various Settings"), DesktopIcon("application-vnd.tde.misc"));