Salome HOME
Fix problem with Python dump V7_2_1_BR V7_2_0 V7_2_0_public V7_2_0p1 V7_2_0p2 V7_2_0rc1 V7_2_0rc2
authorvsr <vsr@opencascade.com>
Thu, 18 Apr 2013 13:46:37 +0000 (13:46 +0000)
committervsr <vsr@opencascade.com>
Thu, 18 Apr 2013 13:46:37 +0000 (13:46 +0000)
src/HexoticPlugin/HexoticPlugin_i.cxx

index 180ce18d3b475bcb02c54579555f3de83857952e..19d74bcebb94c422a3f1bdf716dc0efe1a25e2c1 100644 (file)
@@ -32,7 +32,7 @@
 template <class T> class HexoticPlugin_Creator_i:public HypothesisCreator_i<T>
 {
   // as we have 'module HexoticPlugin' in HexoticPlugin_Algorithm.idl
-  virtual std::string GetModuleName() { return "HexoticPlugin"; }
+  virtual std::string GetModuleName() { return "HexoticPLUGIN"; }
 };
 
 //=============================================================================