summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2010-12-17 16:06:36 +0000
committerKris <Kris.De.Gussem@hotmail.com>2010-12-17 16:06:36 +0000
commitc3051ca878d6120911d9ca6534dfd63ad80cb19d (patch)
tree0db11a8476d50caf331bbbfef6b67e7ee9a5b7ac /src/ui/dialog
parentUser message context in extensions (diff)
downloadinkscape-c3051ca878d6120911d9ca6534dfd63ad80cb19d.tar.gz
inkscape-c3051ca878d6120911d9ca6534dfd63ad80cb19d.zip
Mnemonics in fill and stroke dialog and menu
(bzr r9964)
Diffstat (limited to 'src/ui/dialog')
-rw-r--r--src/ui/dialog/fill-and-stroke.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/fill-and-stroke.cpp b/src/ui/dialog/fill-and-stroke.cpp
index 0c234003e..19bcadc00 100644
--- a/src/ui/dialog/fill-and-stroke.cpp
+++ b/src/ui/dialog/fill-and-stroke.cpp
@@ -54,7 +54,7 @@ FillAndStroke::FillAndStroke()
contents->pack_start(_notebook, true, true);
- _notebook.append_page(_page_fill, _createPageTabLabel(_("Fill"), INKSCAPE_ICON_OBJECT_FILL));
+ _notebook.append_page(_page_fill, _createPageTabLabel(_("_Fill"), INKSCAPE_ICON_OBJECT_FILL));
_notebook.append_page(_page_stroke_paint, _createPageTabLabel(_("Stroke _paint"), INKSCAPE_ICON_OBJECT_STROKE));
_notebook.append_page(_page_stroke_style, _createPageTabLabel(_("Stroke st_yle"), INKSCAPE_ICON_OBJECT_STROKE_STYLE));