Added wxID_PAGE_SETUP standard id

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40539 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2006-08-10 00:14:55 +00:00
parent 12dc0a01de
commit e63f19ba93
4 changed files with 11 additions and 0 deletions

View File

@@ -45,6 +45,14 @@ Major changes in 2.7 release
- New AUI library supporting docking windows and much more
2.7.1
-----
All (GUI):
- Added wxID_PAGE_SETUP standard id
2.7.0
-----

View File

@@ -36,6 +36,7 @@ own constants in this range.
wxID_HELP,
wxID_PRINT,
wxID_PRINT_SETUP,
wxID_PAGE_SETUP,
wxID_PREVIEW,
wxID_ABOUT,
wxID_HELP_CONTENTS,

View File

@@ -1802,6 +1802,7 @@ enum
wxID_HELP,
wxID_PRINT,
wxID_PRINT_SETUP,
wxID_PAGE_SETUP,
wxID_PREVIEW,
wxID_ABOUT,
wxID_HELP_CONTENTS,

View File

@@ -1607,6 +1607,7 @@ static void AddStdXRCID_Records()
stdID(wxID_HELP);
stdID(wxID_PRINT);
stdID(wxID_PRINT_SETUP);
stdID(wxID_PAGE_SETUP);
stdID(wxID_PREVIEW);
stdID(wxID_ABOUT);
stdID(wxID_HELP_CONTENTS);