From: azv Date: Wed, 13 Dec 2017 06:46:00 +0000 (+0300) Subject: Rename SketchPlugin features "Translation", "Rotation", "Mirror" and FeaturesPlugin... X-Git-Tag: V_2.10.0RC~51 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d113043ea6cde721066ca6b5bfe0f0363d52050c;p=modules%2Fshaper.git Rename SketchPlugin features "Translation", "Rotation", "Mirror" and FeaturesPlugin features "MultiTranslation", "MultiRotation" --- diff --git a/src/FeaturesPlugin/FeaturesPlugin_MultiRotation.h b/src/FeaturesPlugin/FeaturesPlugin_MultiRotation.h index 32746de99..45af5b97c 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_MultiRotation.h +++ b/src/FeaturesPlugin/FeaturesPlugin_MultiRotation.h @@ -26,7 +26,7 @@ class FeaturesPlugin_MultiRotation : public ModelAPI_Feature /// Multi-rotation kind. inline static const std::string& ID() { - static const std::string MY_MULTIROTATION_ID("MultiRotation"); + static const std::string MY_MULTIROTATION_ID("AngularCopy"); return MY_MULTIROTATION_ID; } diff --git a/src/FeaturesPlugin/FeaturesPlugin_MultiTranslation.h b/src/FeaturesPlugin/FeaturesPlugin_MultiTranslation.h index 480d89931..4edeb695f 100644 --- a/src/FeaturesPlugin/FeaturesPlugin_MultiTranslation.h +++ b/src/FeaturesPlugin/FeaturesPlugin_MultiTranslation.h @@ -38,7 +38,7 @@ class FeaturesPlugin_MultiTranslation : public ModelAPI_Feature /// Multi-translation kind. inline static const std::string& ID() { - static const std::string MY_MULTITRANSLATION_ID("MultiTranslation"); + static const std::string MY_MULTITRANSLATION_ID("LinearCopy"); return MY_MULTITRANSLATION_ID; } diff --git a/src/FeaturesPlugin/plugin-Features.xml b/src/FeaturesPlugin/plugin-Features.xml index 171d8acb8..88c1c0290 100644 --- a/src/FeaturesPlugin/plugin-Features.xml +++ b/src/FeaturesPlugin/plugin-Features.xml @@ -100,10 +100,10 @@ email : webmaster.salome@opencascade.com - + - + diff --git a/src/SketchPlugin/plugin-Sketch.xml b/src/SketchPlugin/plugin-Sketch.xml index 4372af645..6b728d273 100644 --- a/src/SketchPlugin/plugin-Sketch.xml +++ b/src/SketchPlugin/plugin-Sketch.xml @@ -494,7 +494,7 @@ email : webmaster.salome@opencascade.com @@ -515,8 +515,8 @@ email : webmaster.salome@opencascade.com + title="Linear copy" icon="icons/Sketch/translate.png" + tooltip="Copy objects and move"> + title="Angular copy" icon="icons/Sketch/rotate.png" + tooltip="Copy objects and rotate">