Salome HOME
20140612_1537 clone to HYBRIDPLUGIN Modify files contents [('GHS3DPLUGIN', 'HYBRIDPLU...
[plugins/hybridplugin.git] / src / GUI / HYBRIDPluginGUI.cxx
index b24765fc7b5e2543e1dd376789c15148d280ee04..cf3e669828189ca4115f41dc3fa0535adb608f9e 100644 (file)
 //
 
 // ---
-// File    : GHS3DPluginGUI.cxx
+// File    : HYBRIDPluginGUI.cxx
 // Authors : Gilles DAVID (Euriware)
 // ---
 //
-#include "GHS3DPluginGUI_HypothesisCreator.h"
+#include "HYBRIDPluginGUI_HypothesisCreator.h"
 
 //=============================================================================
 /*! GetHypothesisCreator
 //=============================================================================
 extern "C"
 {
-  GHS3DPLUGINGUI_EXPORT
+  HYBRIDPLUGINGUI_EXPORT
   SMESHGUI_GenericHypothesisCreator* GetHypothesisCreator( const QString& aHypType )
   {
     SMESHGUI_GenericHypothesisCreator* aCreator = NULL;
-    if ( aHypType == "GHS3D_Parameters" )
-      aCreator =  new GHS3DPluginGUI_HypothesisCreator( aHypType );
+    if ( aHypType == "HYBRID_Parameters" )
+      aCreator =  new HYBRIDPluginGUI_HypothesisCreator( aHypType );
     return aCreator;
   }
 }