summaryrefslogtreecommitdiffstats
path: root/src/widget/wpixmapstore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/wpixmapstore.cpp')
-rw-r--r--src/widget/wpixmapstore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget/wpixmapstore.cpp b/src/widget/wpixmapstore.cpp
index ecaf076110..63b1839833 100644
--- a/src/widget/wpixmapstore.cpp
+++ b/src/widget/wpixmapstore.cpp
@@ -30,7 +30,7 @@ Paintable::DrawMode Paintable::DrawModeFromString(QString str) {
} else if (str.toUpper() == "STRETCH") {
return STRETCH;
}
- qWarning() << "Unknown string for drawing mode " << str << ", using TILE";
+ qWarning() << "Unknown string for Paintable drawing mode " << str << ", using TILE";
return TILE;
}