Repair mimetype icon usage, part 1. The following are not fully verified in source as of this commit due to ubiquity: info, unknown

pull/1/head
Timothy Pearson 10 years ago
parent 145f5ae315
commit 5392f76050

@ -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 );

@ -68,7 +68,7 @@ PluginKateXMLCheck::~PluginKateXMLCheck()
void PluginKateXMLCheck::addView(Kate::MainWindow *win)
{
Kate::ToolViewManager *viewmanager = win->toolViewManager();
TQWidget *dock = viewmanager->createToolView("kate_plugin_xmlcheck_ouputview", Kate::ToolViewManager::Bottom, SmallIcon("application-vnd.tde.misc"), i18n("XML Checker Output"));
TQWidget *dock = viewmanager->createToolView("kate_plugin_xmlcheck_ouputview", Kate::ToolViewManager::Bottom, SmallIcon("misc"), i18n("XML Checker Output"));
PluginKateXMLCheckView *view = new PluginKateXMLCheckView (dock,win,"katexmlcheck_outputview");
view->dock = dock;

Loading…
Cancel
Save