diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 11:55:15 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 11:55:15 -0500 |
commit | 31aade291577e3c841efd553dd31d83275583dd5 (patch) | |
tree | f710a6c25faaab85db80692b6f52fe1fa288e0a3 /keduca | |
parent | 9226d5bf328f1a1a5780c35eece8f8238f8d76ef (diff) | |
download | tdeedu-31aade291577e3c841efd553dd31d83275583dd5.tar.gz tdeedu-31aade291577e3c841efd553dd31d83275583dd5.zip |
Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, 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 9abbea6a..c8f3ce0d 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("application-vnd.tde.misc")); + TQVBox *mainFrame = addVBoxPage( i18n("Miscellaneous"), i18n("Various Settings"), DesktopIcon("misc")); |