Code

Switching to new input dialog. Allows for a better UI and addresses bug #334800 and...
[inkscape.git] / src / ui / dialog / input.h
index 38666f52c41bb8d4571482503c4ce42a57f7bbb6..186612af0d94853e77b8512010d5adb454c86057 100644 (file)
@@ -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() {}
 };