diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 13:25:37 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 13:25:37 -0500 |
commit | f2eb72252f0290e44bcd3b77bf94025fa34f9b7c (patch) | |
tree | 4666159b6fa71f0446549811a20f628a40a8243a /keduca | |
parent | 31aade291577e3c841efd553dd31d83275583dd5 (diff) | |
download | tdeedu-f2eb72252f0290e44bcd3b77bf94025fa34f9b7c.tar.gz tdeedu-f2eb72252f0290e44bcd3b77bf94025fa34f9b7c.zip |
Fix remaining issues from mimetype icon rename
Diffstat (limited to 'keduca')
-rw-r--r-- | keduca/keducabuilder/keducabuilder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keduca/keducabuilder/keducabuilder.cpp b/keduca/keducabuilder/keducabuilder.cpp index b48fbebb..cfccc923 100644 --- a/keduca/keducabuilder/keducabuilder.cpp +++ b/keduca/keducabuilder/keducabuilder.cpp @@ -118,7 +118,7 @@ void KEducaBuilder::initMenuBar() KStdAction::save (TQT_TQOBJECT(this), TQT_SLOT( slotFileSave() ), actionCollection()); KStdAction::saveAs (TQT_TQOBJECT(this), TQT_SLOT( slotFileSaveAs() ), actionCollection()); KStdAction::print (TQT_TQOBJECT(this), TQT_SLOT( slotFilePrint() ), actionCollection()); - (void)new TDEAction(i18n("Document Info"), "info", 0, TQT_TQOBJECT(this), TQT_SLOT( slotHeader() ), actionCollection(), "info_doc"); + (void)new TDEAction(i18n("Document Info"), "application-vnd.tde.info", 0, TQT_TQOBJECT(this), TQT_SLOT( slotHeader() ), actionCollection(), "info_doc"); KStdAction::quit(TQT_TQOBJECT(this), TQT_SLOT( close() ), actionCollection()); (void)new TDEAction(i18n("&Add..."), "addquestion", 0, TQT_TQOBJECT(this), TQT_SLOT( slotAdd() ), actionCollection(), "question_add"); |