projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Corrected image saving to HTML
[wxWidgets.git]
/
src
/
xrc
/
xh_gdctl.cpp
diff --git
a/src/xrc/xh_gdctl.cpp
b/src/xrc/xh_gdctl.cpp
index 5a56eecdd58b9fbe24a00cb444462466533635d2..bbd0a0df59217405a6f6c1215d5a138ecdab2cb6 100644
(file)
--- a/
src/xrc/xh_gdctl.cpp
+++ b/
src/xrc/xh_gdctl.cpp
@@
-33,7
+33,6
@@
wxGenericDirCtrlXmlHandler::wxGenericDirCtrlXmlHandler()
XRC_ADD_STYLE(wxDIRCTRL_DIR_ONLY);
XRC_ADD_STYLE(wxDIRCTRL_3D_INTERNAL);
XRC_ADD_STYLE(wxDIRCTRL_SELECT_FIRST);
- XRC_ADD_STYLE(wxDIRCTRL_SHOW_FILTERS);
XRC_ADD_STYLE(wxDIRCTRL_EDIT_LABELS);
AddWindowStyles();
}