X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGlobalConstants.h;h=dddf4fbafee6621d3954b2909ea6b3066b912d4e;hb=refs%2Ftags%2FCreatools2-0-3_bbGEditor1-0-0_17Feb2011;hp=a63a81397ff02ad47d4fdc286d813dc9b3c0dba6;hpb=775c8164b5f679027b8bbafa97c0e0110711909b;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h index a63a813..dddf4fb 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h @@ -162,7 +162,6 @@ 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; @@ -176,17 +175,9 @@ namespace bbtk const int ID_COPY_TO_COMPLEXDIAGRAM = 1012; const int ID_BTNBOX = 1013; const int ID_HELP_BBEDITOR = 1014; - const int ID_BTEXECUTABLEBOX = 1016; // EED - - const int wxID_NOTEBOOK = 1017; // EED updated - - const int ID_bbEditor_Tool_Menu_CreatePackage = 1018; // EED - const int ID_bbEditor_Tool_Menu_CreateBlackBox = 1019; // EED - const int ID_bbEditor_Tool_Menu_PlugPackage = 1020; // EED - const int ID_bbEditor_Tool_Menu_EditConfig = 1021; // EED - const int ID_bbEditor_Tool_Menu_ShowHTMLDoc = 1022; // EED - const int ID_bbEditor_Tool_Menu_CreateIndex = 1023; // EED - + + + const int wxID_NOTEBOOK = 1013; } // namespace bbtk #endif