Use standard ids

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@34525 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-06-02 12:04:48 +00:00
parent 140954fd9c
commit 91b073576e
19 changed files with 45 additions and 46 deletions

View File

@@ -84,10 +84,10 @@ private:
// controls and menu constants
enum
{
LAYOUT_QUIT = 100,
LAYOUT_ABOUT,
LAYOUT_TEST_SIZER,
LAYOUT_TEST_NB_SIZER,
LAYOUT_TEST_GB_SIZER
LAYOUT_QUIT = wxID_EXIT,
LAYOUT_ABOUT = wxID_ABOUT,
LAYOUT_TEST_SIZER = 101,
LAYOUT_TEST_NB_SIZER = 102,
LAYOUT_TEST_GB_SIZE = 103
};