summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/input.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-04-11 08:51:39 +0000
committerJon A. Cruz <jon@joncruz.org>2010-04-11 08:51:39 +0000
commitc0b14a0f143ab6748fa48c2e251d804708efcbb5 (patch)
tree122126dbe0a8665f0e84ffb9efc7514ec9de352c /src/ui/dialog/input.h
parentCorrect calligraphic toggles getting out of sync with behavior. (diff)
downloadinkscape-c0b14a0f143ab6748fa48c2e251d804708efcbb5.tar.gz
inkscape-c0b14a0f143ab6748fa48c2e251d804708efcbb5.zip
Switching to new input dialog. Allows for a better UI and addresses bug #334800 and bug #196195.
Fixed bugs: - https://launchpad.net/bugs/334800 - https://launchpad.net/bugs/196195 (bzr r9312)
Diffstat (limited to 'src/ui/dialog/input.h')
-rw-r--r--src/ui/dialog/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/input.h b/src/ui/dialog/input.h
index 38666f52c..186612af0 100644
--- a/src/ui/dialog/input.h
+++ b/src/ui/dialog/input.h
@@ -25,7 +25,7 @@ class InputDialog : public UI::Widget::Panel
public:
static InputDialog &getInstance();
- InputDialog() : UI::Widget::Panel("", "/dialogs/inputdevices2", SP_VERB_DIALOG_INPUT2) {}
+ InputDialog() : UI::Widget::Panel("", "/dialogs/inputdevices", SP_VERB_DIALOG_INPUT) {}
virtual ~InputDialog() {}
};