summaryrefslogtreecommitdiffstats
path: root/kexi/kexiutils
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2014-10-22 01:27:25 -0500
committerTimothy Pearson <[email protected]>2014-10-22 01:27:25 -0500
commit4d065be81fc8d312d1d65cb5ec6b0b86e9c72529 (patch)
treeba9bc8d2e975a234f87cc49b3fd06412aa0b700c /kexi/kexiutils
parentf622de3311951b2ab5a5d045edddbd12dbd6806d (diff)
downloadkoffice-4d065be81fc8d312d1d65cb5ec6b0b86e9c72529.tar.gz
koffice-4d065be81fc8d312d1d65cb5ec6b0b86e9c72529.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 'kexi/kexiutils')
-rw-r--r--kexi/kexiutils/debuggui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/kexiutils/debuggui.cpp b/kexi/kexiutils/debuggui.cpp
index ec9edfbf..dd36052b 100644
--- a/kexi/kexiutils/debuggui.cpp
+++ b/kexi/kexiutils/debuggui.cpp
@@ -46,7 +46,7 @@ TQWidget *KexiUtils::createDebugWindow(TQWidget *parent)
debugWindowTab = new KTabWidget(debugWindow, "debugWindowTab");
lyr->addWidget( debugWindowTab );
debugWindow->resize(900, 600);
- debugWindow->setIcon( DesktopIcon("info") );
+ debugWindow->setIcon( DesktopIcon("application-vnd.tde.info") );
debugWindow->setCaption("Kexi Internal Debugger");
debugWindow->show();
return debugWindow;