diff options
author | Timothy Pearson <[email protected]> | 2014-10-22 11:55:13 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-22 11:55:13 -0500 |
commit | 5392f7605056e1f5f44e8e4f8ecf71029ed52815 (patch) | |
tree | 4475033d960a737613502faa5b1d4db118a949f2 /kate/xmlcheck | |
parent | 145f5ae315c8e2b04246b918bc0ef78ac92ee5b4 (diff) | |
download | tdeaddons-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/xmlcheck')
-rw-r--r-- | kate/xmlcheck/plugin_katexmlcheck.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kate/xmlcheck/plugin_katexmlcheck.cpp b/kate/xmlcheck/plugin_katexmlcheck.cpp index 287a460..65a8b7c 100644 --- a/kate/xmlcheck/plugin_katexmlcheck.cpp +++ b/kate/xmlcheck/plugin_katexmlcheck.cpp @@ -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; |