Add wxID_EDIT to the list of stock IDs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2007-12-06 18:10:52 +00:00
parent b77adccd6d
commit d73195fd20

View File

@ -1689,6 +1689,7 @@ static void AddStdXRCID_Records()
stdID(wxID_HELP_CONTEXT);
stdID(wxID_CLOSE_ALL);
stdID(wxID_PREFERENCES);
stdID(wxID_EDIT);
stdID(wxID_CUT);
stdID(wxID_COPY);
stdID(wxID_PASTE);