From 84ba70c0d68e070fc54d44377c100eddff75555b Mon Sep 17 00:00:00 2001 From: ptv Date: Wed, 10 Jun 2009 13:15:22 +0000 Subject: [PATCH] IMP 0019929 (Replace "smesh.smesh" by "smesh" --- src/SMESH_I/SMESH_PythonDump.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SMESH_I/SMESH_PythonDump.hxx b/src/SMESH_I/SMESH_PythonDump.hxx index 1ea9f59ff..c7f0cbff2 100644 --- a/src/SMESH_I/SMESH_PythonDump.hxx +++ b/src/SMESH_I/SMESH_PythonDump.hxx @@ -63,7 +63,7 @@ public: * \retval TCollection_AsciiString - The file name */ static const char* SmeshpyName() { return "smesh"; } - static const char* GenName() { return "smesh.smesh"; } + static const char* GenName() { return "smesh"; } }; namespace SMESH -- 2.39.2