summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog
diff options
context:
space:
mode:
authorKris De Gussem <kris.degussem@gmail.com>2010-12-29 20:05:10 +0000
committerKris <Kris.De.Gussem@hotmail.com>2010-12-29 20:05:10 +0000
commitfbbff2ae01dbd79690a885e148add1204fddb063 (patch)
treea64d6a49fdc532156f07cca42dd1078d588b0592 /src/ui/dialog
parentMnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765) (diff)
downloadinkscape-fbbff2ae01dbd79690a885e148add1204fddb063.tar.gz
inkscape-fbbff2ae01dbd79690a885e148add1204fddb063.zip
Mnemonics in "Input devices", and LPE dialogs (Bug 170765)
(bzr r9990)
Diffstat (limited to 'src/ui/dialog')
-rw-r--r--src/ui/dialog/input.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/dialog/input.cpp b/src/ui/dialog/input.cpp
index 8f19c90c4..34d55a440 100644
--- a/src/ui/dialog/input.cpp
+++ b/src/ui/dialog/input.cpp
@@ -877,8 +877,8 @@ InputDialogImpl::ConfPanel::ConfPanel() :
tree(store),
treeScroller(),
watcher(*this),
- useExt(_("Use pressure-sensitive tablet (requires restart)")),
- save(_("Save"))
+ useExt(_("_Use pressure-sensitive tablet (requires restart)"), true),
+ save(_("_Save"), true)
{
pack_start(treeScroller);