summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/reports/kexireportfactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/reports/kexireportfactory.cpp')
-rw-r--r--kexi/plugins/reports/kexireportfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/reports/kexireportfactory.cpp b/kexi/plugins/reports/kexireportfactory.cpp
index 35036222..57753a30 100644
--- a/kexi/plugins/reports/kexireportfactory.cpp
+++ b/kexi/plugins/reports/kexireportfactory.cpp
@@ -104,7 +104,7 @@ KexiReportFactory::createWidget(const TQCString &c, TQWidget *p, const char *n,
if(c == "Label")
return new Label(text, p, n);
else if(c == "PicLabel")
- return new PicLabel(DesktopIcon("image"), p, n);
+ return new PicLabel(DesktopIcon("image-x-generic"), p, n);
else if(c == "ReportLine")
return new ReportLine(p, n);
else if(c == "KexiSubReport")