diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2011-03-20 10:58:41 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2011-03-20 10:58:41 +0000 |
| commit | 3a0572a2ac5a9a6cfbfc87325dc5ce5dda21c53e (patch) | |
| tree | 51a6a9fcaa8d040c180fa8a5847c08528bf71675 /src/ui | |
| parent | Cleaned up memory patch. Fixes bug #737298. (diff) | |
| download | inkscape-3a0572a2ac5a9a6cfbfc87325dc5ce5dda21c53e.tar.gz inkscape-3a0572a2ac5a9a6cfbfc87325dc5ce5dda21c53e.zip | |
Added some mnemonics for filter path effects (Bug #170765)
(bzr r10119)
Diffstat (limited to 'src/ui')
| -rw-r--r-- | src/ui/widget/filter-effect-chooser.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/filter-effect-chooser.cpp b/src/ui/widget/filter-effect-chooser.cpp index aba3a18e8..37202c8b4 100644 --- a/src/ui/widget/filter-effect-chooser.cpp +++ b/src/ui/widget/filter-effect-chooser.cpp @@ -22,7 +22,7 @@ namespace UI { namespace Widget { SimpleFilterModifier::SimpleFilterModifier(int flags) - : _lb_blend(_("_Blend mode:")), + : _lb_blend(_("Blend mode:")), _lb_blur(_("_Blur:"), Gtk::ALIGN_LEFT, Gtk::ALIGN_CENTER, true), _blend(BlendModeConverter, SP_ATTR_INVALID, false), _blur(0, 0, 100, 1, 0.01, 1) |
