From 4d065be81fc8d312d1d65cb5ec6b0b86e9c72529 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 22 Oct 2014 01:27:25 -0500 Subject: 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 --- kexi/formeditor/factories/stdwidgetfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kexi/formeditor') 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") { -- cgit v1.2.1