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

@@ -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);