From: caceres <> Date: Tue, 26 Jul 2011 13:48:34 +0000 (+0000) Subject: Update constants X-Git-Tag: v1_0_0~11 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?p=bbtkGEditor.git;a=commitdiff_plain;h=f6286f6851a4c0757cbacbee679d31bcc5a933bd Update constants --- diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h index dddf4fb..8cb03fa 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h @@ -162,6 +162,7 @@ namespace bbtk // GUI Id's const int ID_NEW = 1000; const int ID_SAVE_AS_DIAGRAM = 1001; + const int ID_SAVE_DIAGRAM = 1015; //last DFCH const int ID_OPEN = 1002; const int ID_RUN = 1003; const int ID_DELETEALL = 1004;