X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=lib%2FEditorGraphicBBS%2FbbsKernelEditorGraphic%2FGlobalConstants.h;h=b21d18e68c572f46db0fdd4598a87b60a77d2ef8;hb=de7c0454ab8fc1b0b97dcd7112dfdb4a55ac0215;hp=add1719f4bfe753f51afc4a923a93201b0eebfb2;hpb=e4d5a319ef249bde6c4f4ddfee66f6258558bf91;p=bbtkGEditor.git diff --git a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h index add1719..b21d18e 100644 --- a/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h +++ b/lib/EditorGraphicBBS/bbsKernelEditorGraphic/GlobalConstants.h @@ -184,21 +184,22 @@ namespace bbtk { const int ID_BTNBOX = 1013; const int ID_HELP_BBEDITOR = 1014; const int ID_BTEXECUTABLEBOX = 1016; // EED + const int ID_EXPORT_CONSOLEAPP = 1017; // RaC - const int wxID_NOTEBOOK = 1017; // EED updated + const int wxID_NOTEBOOK = 1018; // 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 ID_bbEditor_Tool_Menu_CreatePackage = 1019; // EED + const int ID_bbEditor_Tool_Menu_CreateBlackBox = 1020; // EED + const int ID_bbEditor_Tool_Menu_PlugPackage = 1021; // EED + const int ID_bbEditor_Tool_Menu_EditConfig = 1022; // EED + const int ID_bbEditor_Tool_Menu_ShowHTMLDoc = 1023; // EED + const int ID_bbEditor_Tool_Menu_CreateIndex = 1024; // EED - const int ID_UNDO = 1024; // FCY - const int ID_REDO = 1025; // FCY - const int ID_CHANGENAME = 1026; + const int ID_UNDO = 1025; // FCY + const int ID_REDO = 1026; // FCY + const int ID_CHANGENAME = 1027; - const int ID_EDITPROPERTIES = 1027; // RaC 2nd HackFest + const int ID_EDITPROPERTIES = 1028; // RaC 2nd HackFest } // namespace bbtk #endif