From d01cdcb37b84b027741791fdbd80e0b4f3adb3ba Mon Sep 17 00:00:00 2001 From: bulia byak Date: Thu, 15 Feb 2007 21:48:09 +0000 Subject: enable click-action and general tooltip for style swatches (bzr r2378) --- src/ui/dialog/inkscape-preferences.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/dialog/inkscape-preferences.cpp') diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 079a987f5..34cdee00b 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -288,7 +288,7 @@ void InkscapePreferences::AddNewObjectsStyle(DialogPage& p, const std::string& p StyleSwatch *swatch = 0; if (tool_repr) { SPCSSAttr *css = sp_repr_css_attr_inherited(tool_repr, "style"); - swatch = new StyleSwatch(css); + swatch = new StyleSwatch(css, _("This tool's style of new objects")); hb->add(*swatch); sp_repr_css_attr_unref(css); } -- cgit v1.2.3