From 5392f7605056e1f5f44e8e4f8ecf71029ed52815 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 11:55:13 -0500 Subject: Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown --- kate/filetemplates/plugin/filetemplates.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kate/filetemplates') 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 ); -- cgit v1.2.1