From 2c9f8c1114aaabad49c4b099fa36e1db5117886f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 25 Jul 2012 14:39:49 +0000 Subject: [PATCH] Rename primitives generator for scripting (removed the plugin part) git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@15104 383ad7c9-94d9-4d36-a494-682f7c89f535 --- Plugin-PrimitivesGenerator/PrimitivesGenerator.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugin-PrimitivesGenerator/PrimitivesGenerator.hh b/Plugin-PrimitivesGenerator/PrimitivesGenerator.hh index c05bc18b0..8c539a3d4 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: -- GitLab