diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:31 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-22 01:27:31 -0500 |
commit | 5f4f5e427b04f0c4b5921cb845041dfc4f1ac566 (patch) | |
tree | b4f0259eeb4904437252a8f0eaee73ff7dee1fa7 /quanta/treeviews/scripttreeview.cpp | |
parent | 9d0863a62aa90031465aa28b7cf771a18b2661d1 (diff) | |
download | tdewebdev-5f4f5e427b04f0c4b5921cb845041dfc4f1ac566.tar.gz tdewebdev-5f4f5e427b04f0c4b5921cb845041dfc4f1ac566.zip |
Bring most mimetypes in line with XDG specifications. The following are not fully verified in source as of this commit due to ubiquity: html, empty, info, make, man, misc, source, unknown
Diffstat (limited to 'quanta/treeviews/scripttreeview.cpp')
-rw-r--r-- | quanta/treeviews/scripttreeview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quanta/treeviews/scripttreeview.cpp b/quanta/treeviews/scripttreeview.cpp index 5fd761fa..78dbd78e 100644 --- a/quanta/treeviews/scripttreeview.cpp +++ b/quanta/treeviews/scripttreeview.cpp @@ -84,7 +84,7 @@ ScriptTreeView::ScriptTreeView(TQWidget *parent, const char *name ) m_localDir->excludeFilterRx.setPattern(excludeString); m_fileMenu = new TDEPopupMenu(this); - m_fileMenu->insertItem(SmallIcon("info"), i18n("&Description"), this, TQT_SLOT(slotProperties())); + m_fileMenu->insertItem(SmallIcon("application-vnd.tde.info"), i18n("&Description"), this, TQT_SLOT(slotProperties())); m_fileMenu->insertItem(SmallIcon("system-run"), i18n("&Run Script"), this, TQT_SLOT(slotRun())); m_fileMenu->insertSeparator(); m_fileMenu->insertItem(i18n("&Edit Script"), this, TQT_SLOT(slotEditScript())); |