summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:25 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-22 01:27:25 -0500
commit4d065be81fc8d312d1d65cb5ec6b0b86e9c72529 (patch)
treeba9bc8d2e975a234f87cc49b3fd06412aa0b700c /kexi/formeditor
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/formeditor')
-rw-r--r--kexi/formeditor/factories/stdwidgetfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/formeditor/factories/stdwidgetfactory.cpp b/kexi/formeditor/factories/stdwidgetfactory.cpp
index c5a4a5cb..adb4d1bf 100644
--- a/kexi/formeditor/factories/stdwidgetfactory.cpp
+++ b/kexi/formeditor/factories/stdwidgetfactory.cpp
@@ -388,7 +388,7 @@ StdWidgetFactory::createWidget(const TQCString &c, TQWidget *p, const char *n,
if(c == TQLABEL_OBJECT_NAME_STRING)
w = new TQLabel(text, p, n);
else if(c == "KexiPictureLabel")
- w = new KexiPictureLabel(DesktopIcon("image"), p, n);
+ w = new KexiPictureLabel(DesktopIcon("image-x-generic"), p, n);
else if(c == "KLineEdit")
{