add more stock items (#9799)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@54903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-08-01 14:38:02 +00:00
parent 77cfdec054
commit 6b1eedc1bb
6 changed files with 174 additions and 42 deletions

View File

@@ -1784,6 +1784,24 @@ static void AddStdXRCID_Records()
stdID(wxID_MAXIMIZE_FRAME);
stdID(wxID_ICONIZE_FRAME);
stdID(wxID_RESTORE_FRAME);
stdID(wxID_CDROM);
stdID(wxID_CONVERT);
stdID(wxID_EXECUTE);
stdID(wxID_FLOPPY);
stdID(wxID_HARDDISK);
stdID(wxID_BOTTOM);
stdID(wxID_FIRST);
stdID(wxID_LAST);
stdID(wxID_TOP);
stdID(wxID_INFO);
stdID(wxID_JUMP_TO);
stdID(wxID_NETWORK);
stdID(wxID_SELECT_COLOR);
stdID(wxID_SELECT_FONT);
stdID(wxID_SORT_ASCENDING);
stdID(wxID_SORT_DESCENDING);
stdID(wxID_SPELL_CHECK);
stdID(wxID_STRIKETHROUGH);
#undef stdID
}