From: corredor <> Date: Fri, 7 May 2010 14:37:00 +0000 (+0000) Subject: Little change X-Git-Tag: v1_0_0~76 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=aae0124f7611a4887b3b04fddda1477e6a8dc409;p=bbtkGEditor.git Little change --- 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(); - - } }