summaryrefslogtreecommitdiffstats
path: root/src/designer/src/components/propertyeditor/designerpropertymanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/designer/src/components/propertyeditor/designerpropertymanager.cpp')
-rw-r--r--src/designer/src/components/propertyeditor/designerpropertymanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/designer/src/components/propertyeditor/designerpropertymanager.cpp b/src/designer/src/components/propertyeditor/designerpropertymanager.cpp
index 6b52db5fc..ed28d0d3b 100644
--- a/src/designer/src/components/propertyeditor/designerpropertymanager.cpp
+++ b/src/designer/src/components/propertyeditor/designerpropertymanager.cpp
@@ -1231,7 +1231,7 @@ QString DesignerPropertyManager::valueText(const QtProperty *property) const
const PropertySheetIconValue icon = m_iconValues.value(const_cast<QtProperty *>(property));
const QString theme = icon.theme();
if (!theme.isEmpty() && QIcon::hasThemeIcon(theme))
- return tr("[Theme] %1").arg(theme);
+ return PixmapEditor::msgThemeIcon(theme);
const auto &paths = icon.paths();
const auto it = paths.constFind({QIcon::Normal, QIcon::Off});
if (it == paths.constEnd())