projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixes to the sizers behaviour necessary to make the log dialog work again
[wxWidgets.git]
/
include
/
wx
/
xrc
/
xmlres.h
diff --git
a/include/wx/xrc/xmlres.h
b/include/wx/xrc/xmlres.h
index 779dd670c5238548dd64e6202491b79520018da2..95e06f6711e380fb2c9bdb002c9c314a30055db9 100644
(file)
--- a/
include/wx/xrc/xmlres.h
+++ b/
include/wx/xrc/xmlres.h
@@
-428,6
+428,7
@@
void wxXmlInitResourceModule();
#define wxTheXmlResource wxXmlResource::Get()
#define XMLID XRCID
#define XMLCTRL XRCCTRL
+#define GetXMLID GetXRCID
#endif // _WX_XMLRES_H_