summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b4254bd)
raw | patch | inline | side by side (parent: b4254bd)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 18 Jan 2007 15:07:57 +0000 (15:07 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Thu, 18 Jan 2007 15:07:57 +0000 (15:07 +0000) |
src/ui/widget/style-swatch.cpp | patch | blob | history |
index 77d096b132f55dd9387d0cdbe6aa7b1afb23b165..34fb172ba42250aafa218ebbdd9d8f9c23f8bb7c 100644 (file)
}
} else if (paint->set && paint->type == SP_PAINT_TYPE_NONE) {
- _value[i].set_markup(_("None"));
+ _value[i].set_markup(_("<i>None</i>"));
place->add(_value[i]);
_tooltips.set_tip(*place, (i == SS_FILL)? (_("No fill")) : (_("No stroke")));
if (i == SS_STROKE) has_stroke = false;
} else if (!paint->set) {
- _value[i].set_markup(_("Unset"));
+ _value[i].set_markup(_("<b>Unset</b>"));
place->add(_value[i]);
_tooltips.set_tip(*place, (i == SS_FILL)? (_("Unset fill")) : (_("Unset stroke")));
if (i == SS_STROKE) has_stroke = false;