]> git.saurik.com Git - wxWidgets.git/commitdiff
Add wxID_EDIT to the list of stock IDs
authorRobin Dunn <robin@alldunn.com>
Thu, 6 Dec 2007 18:10:52 +0000 (18:10 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 6 Dec 2007 18:10:52 +0000 (18:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50551 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/xrc/xmlres.cpp

index 52de6a660b4138fcae666d7cef98d2be14da3853..cd1f002638bf70048bbb95d8cb30d0b4240e97c5 100644 (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);