diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-04-11 08:51:39 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-04-11 08:51:39 +0000 |
| commit | c0b14a0f143ab6748fa48c2e251d804708efcbb5 (patch) | |
| tree | 122126dbe0a8665f0e84ffb9efc7514ec9de352c /src/verbs.cpp | |
| parent | Correct calligraphic toggles getting out of sync with behavior. (diff) | |
| download | inkscape-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/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index 66b6140b4..24c17aad8 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -40,7 +40,6 @@ #include "desktop-handles.h" #include "dialogs/clonetiler.h" #include "dialogs/find.h" -#include "dialogs/input.h" #include "dialogs/item-properties.h" #include "dialogs/spellcheck.h" #include "dialogs/text-edit.h" @@ -1791,9 +1790,6 @@ DialogVerb::perform(SPAction *action, void *data, void */*pdata*/) } #endif*/ case SP_VERB_DIALOG_INPUT: - sp_input_dialog(); - break; - case SP_VERB_DIALOG_INPUT2: dt->_dlg_mgr->showDialog("InputDevices"); break; case SP_VERB_DIALOG_EXTENSIONEDITOR: @@ -2640,8 +2636,6 @@ Verb *Verb::_base_verbs[] = { #endif*/ new DialogVerb(SP_VERB_DIALOG_INPUT, "DialogInput", N_("_Input Devices..."), N_("Configure extended input devices, such as a graphics tablet"), INKSCAPE_ICON_DIALOG_INPUT_DEVICES), - new DialogVerb(SP_VERB_DIALOG_INPUT2, "DialogInput2", N_("_Input Devices (new)..."), - N_("Configure extended input devices, such as a graphics tablet"), INKSCAPE_ICON_DIALOG_INPUT_DEVICES), new DialogVerb(SP_VERB_DIALOG_EXTENSIONEDITOR, "org.inkscape.dialogs.extensioneditor", N_("_Extensions..."), N_("Query information about extensions"), NULL), new DialogVerb(SP_VERB_DIALOG_LAYERS, "DialogLayers", N_("Layer_s..."), |
