X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsWxGUIEditorGraphic%2FwxBlackBoxEditionDialog.cxx;h=850b9edde5dbbe91a3618dd3a07baaa409b257e0;hb=9877bb1bc1cbfc8b4ac0dbd45d443ba670c9d8d2;hp=d080363abb24c79ad2c57842fe62180ac928a3af;hpb=27e3325d47885b491198917840e8162c234a1545;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxBlackBoxEditionDialog.cxx b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxBlackBoxEditionDialog.cxx index d080363..850b9ed 100644 --- a/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxBlackBoxEditionDialog.cxx +++ b/lib/EditorGraphicBBS/bbsWxGUIEditorGraphic/wxBlackBoxEditionDialog.cxx @@ -213,7 +213,7 @@ namespace bbtk } if( closeok==1 ){ - _parent->SaveTempActualDiagram(); + _parent->SaveTempActualDiagram("edit values"); Close(true); } }