diff options
| author | bulia byak <buliabyak@gmail.com> | 2007-02-15 21:48:09 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2007-02-15 21:48:09 +0000 |
| commit | d01cdcb37b84b027741791fdbd80e0b4f3adb3ba (patch) | |
| tree | e65afbee9b04217f9b4231061ed2a882511e3025 /src/ui/dialog/inkscape-preferences.cpp | |
| parent | spell out Fill and Stroke labels (diff) | |
| download | inkscape-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.cpp | 2 |
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); } |
