summaryrefslogtreecommitdiffstats
path: root/src/ui/widget/style-swatch.cpp
diff options
context:
space:
mode:
authorMichael Soegtrop <MSoegtrop@yahoo.de>2016-05-23 20:36:18 +0000
committerMichael Soegtrop <MSoegtrop@yahoo.de>2016-05-23 20:36:18 +0000
commit9b667f5ad22543b88067107425ec55ef972e2ff0 (patch)
tree933384cbb74b5bca4c94417e1ebd6270688bbb9a /src/ui/widget/style-swatch.cpp
parentAdded bool LPE (diff)
parentFix regression: restore order in resources (e.g. pattern list) (diff)
downloadinkscape-9b667f5ad22543b88067107425ec55ef972e2ff0.tar.gz
inkscape-9b667f5ad22543b88067107425ec55ef972e2ff0.zip
Fixed Bool LPE review issues
(bzr r14876.2.2)
Diffstat (limited to 'src/ui/widget/style-swatch.cpp')
-rw-r--r--src/ui/widget/style-swatch.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/widget/style-swatch.cpp b/src/ui/widget/style-swatch.cpp
index fa8543c46..188be705d 100644
--- a/src/ui/widget/style-swatch.cpp
+++ b/src/ui/widget/style-swatch.cpp
@@ -124,6 +124,8 @@ StyleSwatch::StyleSwatch(SPCSSAttr *css, gchar const *main_tip)
#endif
_sw_unit(NULL)
{
+ set_name("StyleSwatch");
+
_label[SS_FILL].set_markup(_("Fill:"));
_label[SS_STROKE].set_markup(_("Stroke:"));