X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSamplePanelPlugin%2FSamplePanelPlugin_Feature.h;fp=src%2FSamplePanelPlugin%2FSamplePanelPlugin_Feature.h;h=3353b906dae84153eb8ffcf84d99616e0379be61;hb=c440b2b2dc5389d7b8e8b7a8edfaf7348199a7f0;hp=6c4db0051a587595a0baa1269a9ae3e90417db25;hpb=2cf862e2d6b03f09a8d7c019dc7b4cf1efd9273e;p=modules%2Fshaper.git diff --git a/src/SamplePanelPlugin/SamplePanelPlugin_Feature.h b/src/SamplePanelPlugin/SamplePanelPlugin_Feature.h index 6c4db0051..3353b906d 100755 --- a/src/SamplePanelPlugin/SamplePanelPlugin_Feature.h +++ b/src/SamplePanelPlugin/SamplePanelPlugin_Feature.h @@ -21,7 +21,7 @@ class SamplePanelPlugin_Feature : public ModelAPI_Feature /// SketchShape feature kind inline static const std::string& ID() { - static const std::string MY_SAMPLE_PANEL_FEATURE_ID("SamplePanelFeature"); + static const std::string MY_SAMPLE_PANEL_FEATURE_ID("QtPanelFeature"); return MY_SAMPLE_PANEL_FEATURE_ID; }