projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fixed SaveDIB() crash with BW images (patch 1045884)
[wxWidgets.git]
/
src
/
xrc
/
xh_text.cpp
diff --git
a/src/xrc/xh_text.cpp
b/src/xrc/xh_text.cpp
index 9bc80750bd7943016961aed521446e66be07199f..745189008dec2f598a113873fa6f2e1eddaf6e7f 100644
(file)
--- a/
src/xrc/xh_text.cpp
+++ b/
src/xrc/xh_text.cpp
@@
-19,7
+19,7
@@
#pragma hdrstop
#endif
-#if wxUSE_X
ML && wxUSE_X
RC
+#if wxUSE_XRC
#include "wx/xrc/xh_text.h"
#include "wx/textctrl.h"
@@
-71,4
+71,4
@@
bool wxTextCtrlXmlHandler::CanHandle(wxXmlNode *node)
return IsOfClass(node, wxT("wxTextCtrl"));
}
-#endif // wxUSE_X
ML && wxUSE_X
RC
+#endif // wxUSE_XRC