From 128bd686fa05ac035a466f70a6a8e61172542782 Mon Sep 17 00:00:00 2001 From: johanengelen Date: Sun, 18 Nov 2007 14:45:49 +0000 Subject: [PATCH] rename EditCloneOriginal to EditCloneSelectOriginal ; SP_VERB_EDIT_CLONE_ORIGINAL to SP_VERB_EDIT_CLONE_SELECT_ORIGINAL --- share/keys/default.xml | 4 ++-- share/keys/inkscape.xml | 4 ++-- src/menus-skeleton.h | 2 +- src/verbs.cpp | 4 ++-- src/verbs.h | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/share/keys/default.xml b/share/keys/default.xml index cb8044a0a..acf45b311 100644 --- a/share/keys/default.xml +++ b/share/keys/default.xml @@ -296,8 +296,8 @@ override) the bindings in the main default.xml. - - + + diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index d478010a3..e877c344b 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -296,8 +296,8 @@ override) the bindings in the main default.xml. - - + + diff --git a/src/menus-skeleton.h b/src/menus-skeleton.h index 0758eb4c0..1b7939194 100644 --- a/src/menus-skeleton.h +++ b/src/menus-skeleton.h @@ -80,7 +80,7 @@ static char const menus_skeleton[] = " \n" " \n" " \n" -" \n" +" \n" " \n" " \n" " \n" diff --git a/src/verbs.cpp b/src/verbs.cpp index 1b2ae16b4..b893240ef 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -927,7 +927,7 @@ EditVerb::perform(SPAction *action, void *data, void */*pdata*/) case SP_VERB_EDIT_UNLINK_CLONE: sp_selection_unlink(); break; - case SP_VERB_EDIT_CLONE_ORIGINAL: + case SP_VERB_EDIT_CLONE_SELECT_ORIGINAL: sp_select_clone_original(); break; case SP_VERB_EDIT_SELECTION_2_MARKER: @@ -2223,7 +2223,7 @@ Verb *Verb::_base_verbs[] = { N_("Create a clone (a copy linked to the original) of selected object"), "edit_clone"), new EditVerb(SP_VERB_EDIT_UNLINK_CLONE, "EditUnlinkClone", N_("Unlin_k Clone"), N_("Cut the selected clone's link to its original, turning it into a standalone object"), "edit_unlink_clone"), - new EditVerb(SP_VERB_EDIT_CLONE_ORIGINAL, "EditCloneOriginal", N_("Select _Original"), + new EditVerb(SP_VERB_EDIT_CLONE_SELECT_ORIGINAL, "EditCloneSelectOriginal", N_("Select _Original"), N_("Select the object to which the selected clone is linked"), "edit_select_original"), // TRANSLATORS: Convert selection to a line marker new EditVerb(SP_VERB_EDIT_SELECTION_2_MARKER, "ObjectsToMarker", N_("Objects to _Marker"), diff --git a/src/verbs.h b/src/verbs.h index ccb63dadd..b9c05dbc7 100644 --- a/src/verbs.h +++ b/src/verbs.h @@ -66,7 +66,7 @@ enum { SP_VERB_EDIT_DUPLICATE, SP_VERB_EDIT_CLONE, SP_VERB_EDIT_UNLINK_CLONE, - SP_VERB_EDIT_CLONE_ORIGINAL, + SP_VERB_EDIT_CLONE_SELECT_ORIGINAL, SP_VERB_EDIT_SELECTION_2_MARKER, SP_VERB_EDIT_TILE, SP_VERB_EDIT_UNTILE, -- 2.30.2