From: buliabyak Date: Mon, 15 May 2006 18:50:18 +0000 (+0000) Subject: menus, keys, prefs changes for Layers X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c98fd0c15587c82e2456435d3cae5f9aacbcfe8c;p=inkscape.git menus, keys, prefs changes for Layers --- diff --git a/share/keys/default.xml b/share/keys/default.xml index f2df9c563..497acf43f 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -442,6 +442,8 @@ override) the bindings in the main default.xml. + + diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index f2df9c563..497acf43f 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -442,6 +442,8 @@ override) the bindings in the main default.xml. + + diff --git a/share/keys/xara.xml b/share/keys/xara.xml index a2d7c40d5..f32d124d3 100644 --- a/share/keys/xara.xml +++ b/share/keys/xara.xml @@ -31,7 +31,6 @@ Push Tool SHIFT+F8 or ALT+X Clipart Gallery SHIFT+F10 Fill Gallery SHIFT+F11 Frame Gallery SHIFT+F12 -Layer Gallery F10 Bitmap Gallery F11 Line Gallery F12 // stroke style? Name Gallery CTRL+SHIFT+F9 @@ -502,6 +501,8 @@ Hom/end keys-select minimum or maximum feather values + + diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h index 7d516ec1a..986b36edf 100644 --- a/src/menus-skeleton.h +++ b/src/menus-skeleton.h @@ -129,7 +129,6 @@ static char const menus_skeleton[] = " \n" " \n" " \n" -" \n" " \n" " \n" " \n" @@ -148,6 +147,8 @@ static char const menus_skeleton[] = " \n" " \n" " \n" +" \n" +" \n" " \n" " \n" " \n" diff --git a/src/preferences-skeleton.h b/src/preferences-skeleton.h index 073fdbb78..d709173d8 100644 --- a/src/preferences-skeleton.h +++ b/src/preferences-skeleton.h @@ -140,7 +140,7 @@ static char const preferences_skeleton[] = " \n" " \n" " \n" -" \n" +" \n" " \n" " \n" " \n" diff --git a/src/ui/dialog/layer-editor.cpp b/src/ui/dialog/layer-editor.cpp index 03a546a89..79c4fbcc2 100644 --- a/src/ui/dialog/layer-editor.cpp +++ b/src/ui/dialog/layer-editor.cpp @@ -21,7 +21,7 @@ namespace UI { namespace Dialog { LayerEditor::LayerEditor() - : Dialog ("dialogs.layereditor", SP_VERB_NONE /*FIXME*/) + : Dialog ("dialogs.layers", SP_VERB_NONE /*FIXME*/) { // TODO: Insert widgets