Use standard ids

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-06-02 12:16:20 +00:00
parent 91b073576e
commit 540e14aa5e

View File

@@ -114,7 +114,7 @@ class ItemizeStruc: public wxObject
};
// ID for the menu quit command
#define TEX_QUIT 1
#define TEX_QUIT wxID_EXIT
#define TEX_GO 2
#define TEX_SET_INPUT 3
@@ -135,7 +135,7 @@ class ItemizeStruc: public wxObject
#define TEX_OPTIONS_SYNTAX_CHECKING 14
#define TEX_HELP 15
#define TEX_ABOUT 16
#define TEX_ABOUT wxID_ABOUT
#define TEX_SAVE_FILE 17
extern TexChunk *currentMember;