]> Creatis software - bbtkGEditor.git/commitdiff
Little change
authorcorredor <>
Fri, 7 May 2010 14:37:00 +0000 (14:37 +0000)
committercorredor <>
Fri, 7 May 2010 14:37:00 +0000 (14:37 +0000)
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();
-                       
-
                }
 
        }