summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/inkscape-preferences.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2007-02-15 21:48:09 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2007-02-15 21:48:09 +0000
commitd01cdcb37b84b027741791fdbd80e0b4f3adb3ba (patch)
treee65afbee9b04217f9b4231061ed2a882511e3025 /src/ui/dialog/inkscape-preferences.cpp
parentspell out Fill and Stroke labels (diff)
downloadinkscape-d01cdcb37b84b027741791fdbd80e0b4f3adb3ba.tar.gz
inkscape-d01cdcb37b84b027741791fdbd80e0b4f3adb3ba.zip
enable click-action and general tooltip for style swatches
(bzr r2378)
Diffstat (limited to 'src/ui/dialog/inkscape-preferences.cpp')
-rw-r--r--src/ui/dialog/inkscape-preferences.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}