]> Creatis software - bbtkGEditor.git/blobdiff - lib/EditorGraphicBBS/bbsKernelEditorGraphic/GBlackBoxModel.cxx
To save the executable boxes
[bbtkGEditor.git] / lib / EditorGraphicBBS / bbsKernelEditorGraphic / GBlackBoxModel.cxx
index f7fe2e1a9e3fa9fbcd2be3ff94febd34fcc1307c..47259aaa576c7a9fc0106dfdeb56cca54628a07f 100644 (file)
@@ -185,6 +185,17 @@ namespace bbtk
                content+=":";
                content+=_bbtkName;
                content+="\n";
+               content+="ISEXEC:";
+               if(_isExecutable)
+               {
+                       content+="TRUE";
+               }
+               else
+               {
+                       content+="FALSE";
+               }
+               content+="\n";
+
 
                //Box Position
                char buffer [50];