diff options
| author | Kris De Gussem <kris.degussem@gmail.com> | 2010-12-29 20:05:10 +0000 |
|---|---|---|
| committer | Kris <Kris.De.Gussem@hotmail.com> | 2010-12-29 20:05:10 +0000 |
| commit | fbbff2ae01dbd79690a885e148add1204fddb063 (patch) | |
| tree | a64d6a49fdc532156f07cca42dd1078d588b0592 /src/ui/dialog/input.cpp | |
| parent | Mnemonics in "Export bitmap", and "Rows and Columns" dialogs (Bug 170765) (diff) | |
| download | inkscape-fbbff2ae01dbd79690a885e148add1204fddb063.tar.gz inkscape-fbbff2ae01dbd79690a885e148add1204fddb063.zip | |
Mnemonics in "Input devices", and LPE dialogs (Bug 170765)
(bzr r9990)
Diffstat (limited to 'src/ui/dialog/input.cpp')
| -rw-r--r-- | src/ui/dialog/input.cpp | 4 |
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); |
