diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:29 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:29 -0500 |
commit | 9226d5bf328f1a1a5780c35eece8f8238f8d76ef (patch) | |
tree | 1c7ecf1797799e6cd63fc4c476134b026bc5fe7f /keduca | |
parent | 77305032b02763f2549b5c804cae55722905d9f8 (diff) | |
download | tdeedu-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.cpp | 2 |
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")); |