summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-06-19 01:19:50 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-06-19 01:19:50 +0000
commite2625dca83660232dbecc87ee9cf935c823d4a15 (patch)
treee08b7e6f201d91edceea5821609677888fe1c760 /src
parentFix crash in fill and stroke dialog with GTK+ 3 (diff)
downloadinkscape-e2625dca83660232dbecc87ee9cf935c823d4a15.tar.gz
inkscape-e2625dca83660232dbecc87ee9cf935c823d4a15.zip
Fix for 1005064 : Move menu item File->Input Devices to Edit->Input Devices
(bzr r11505)
Diffstat (limited to 'src')
-rw-r--r--src/menus-skeleton.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h
index 41f09253f..0ee4053fe 100644
--- a/src/menus-skeleton.h
+++ b/src/menus-skeleton.h
@@ -88,8 +88,9 @@ static char const menus_skeleton[] =
" <verb verb-id=\"EditGuidesAroundPage\" />\n"
" <verb verb-id=\"EditRemoveAllGuides\" />\n"
" <separator/>\n"
-" <verb verb-id=\"DialogInput\" />\n"
" <verb verb-id=\"DialogXMLEditor\" />\n"
+" <separator/>\n"
+" <verb verb-id=\"DialogInput\" />\n"
" <verb verb-id=\"DialogPreferences\" />\n"
" </submenu>\n"
" <submenu name=\"" N_("_View") "\">\n"