summaryrefslogtreecommitdiffstats
path: root/kate/filetemplates
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 11:55:13 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 11:55:13 -0500
commit5392f7605056e1f5f44e8e4f8ecf71029ed52815 (patch)
tree4475033d960a737613502faa5b1d4db118a949f2 /kate/filetemplates
parent145f5ae315c8e2b04246b918bc0ef78ac92ee5b4 (diff)
downloadtdeaddons-5392f7605056e1f5f44e8e4f8ecf71029ed52815.tar.gz
tdeaddons-5392f7605056e1f5f44e8e4f8ecf71029ed52815.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 'kate/filetemplates')
-rw-r--r--kate/filetemplates/plugin/filetemplates.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/filetemplates/plugin/filetemplates.cpp b/kate/filetemplates/plugin/filetemplates.cpp
index f49e686..41d3f82 100644
--- a/kate/filetemplates/plugin/filetemplates.cpp
+++ b/kate/filetemplates/plugin/filetemplates.cpp
@@ -252,7 +252,7 @@ void KateFileTemplates::addView(Kate::MainWindow *win)
this, TQT_SLOT(slotEditTemplate()),
view->actionCollection(), "settings_manage_templates" );
- (void)new TDEActionMenu( i18n("New From &Template"), "make",
+ (void)new TDEActionMenu( i18n("New From &Template"), "text-x-makefile",
view->actionCollection(), "file_new_fromtemplate" );
refreshMenu( view );