From aae0124f7611a4887b3b04fddda1477e6a8dc409 Mon Sep 17 00:00:00 2001 From: corredor <> Date: Fri, 7 May 2010 14:37:00 +0000 Subject: [PATCH] Little change --- .../bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx index 06b7ed0..b07e136 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/bbtkwxGUIEditorGraphicBBS.cxx @@ -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(); - - } } -- 2.45.1