diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2009-12-13 02:30:34 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2009-12-13 02:30:34 +0000 |
| commit | 896f3734b9c37bf43a76ca8155f45e68004f74e2 (patch) | |
| tree | 5dc8f3ed0dae7e53fad4c73d5d6d1dae78b9a270 | |
| parent | reenable per-document palette to allow for continuing development. (diff) | |
| download | inkscape-896f3734b9c37bf43a76ca8155f45e68004f74e2.tar.gz inkscape-896f3734b9c37bf43a76ca8155f45e68004f74e2.zip | |
Reenable new input device dialog for further development
(bzr r8886)
| -rw-r--r-- | src/menus-skeleton.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h index c664d683a..aeb6500bf 100644 --- a/src/menus-skeleton.h +++ b/src/menus-skeleton.h @@ -40,8 +40,7 @@ static char const menus_skeleton[] = " <verb verb-id=\"DialogMetadata\" />\n" " <verb verb-id=\"DialogPreferences\" />\n" " <verb verb-id=\"DialogInput\" />\n" -// TODO look at some dynamic option for changing the menu tree: -//" <verb verb-id=\"DialogInput2\" />\n" +" <verb verb-id=\"DialogInput2\" />\n" " <separator/>\n" " <verb verb-id=\"FileClose\" />\n" " <verb verb-id=\"FileQuit\" />\n" |
