]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx
Little change
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsWxGUIEditorGraphic / bbtkwxGUIEditorGraphicBBS.cxx
index 06b7ed0f49156dbad5aca8ec30f6099cd1096bde..b07e136f12d367bf8058a5b8175227891645a37f 100644 (file)
@@ -382,7 +382,7 @@ namespace bbtk
                        
                        // writing file header
                        content += "# ----------------------------------\n";
-                       content += "# - BBTKGEditor v 1.0 Diagram file\n";
+                       content += "# - BBTKGEditor v 1.0 BBD BlackBox Diagram file\n";
                        content += "# - ";
                        content += fileName;
                        content += "\n";
@@ -393,8 +393,6 @@ namespace bbtk
                        content += "APP_END\n";
                        file << content;
                        file.close();
-                       
-
                }
 
        }