diff --git a/Plugin-PrimitivesGenerator/PrimitivesGenerator.hh b/Plugin-PrimitivesGenerator/PrimitivesGenerator.hh index c05bc18b0ebe186970141e99e75852ce786a4dce..8c539a3d474ebf86bae1c3242812703e287d41f7 100644 --- a/Plugin-PrimitivesGenerator/PrimitivesGenerator.hh +++ b/Plugin-PrimitivesGenerator/PrimitivesGenerator.hh @@ -83,7 +83,7 @@ public: ~PrimitivesGeneratorPlugin(); // BaseInterface - QString name() { return (QString("Primitives Generator Plugin")); } ; + QString name() { return (QString("Primitives Generator")); } ; QString description() { return (QString("Plugin used for generating basic primitives")); } ; private slots: