added wxUSE_MDI (but forgot to commit before)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
824a614c4e
commit
a73ce5bff2
@ -775,14 +775,14 @@
|
||||
*/
|
||||
#define wxUSE_SPLINES 0
|
||||
|
||||
/*
|
||||
* Use MDI.
|
||||
*/
|
||||
#define wxUSE_MDI 0
|
||||
/*
|
||||
* Use the mdi architecture
|
||||
*/
|
||||
#define wxUSE_MDI_ARCHITECTURE 0
|
||||
/*
|
||||
* Use MDI
|
||||
*/
|
||||
#define wxUSE_MDI 0
|
||||
/*
|
||||
* Use the document/view architecture
|
||||
*/
|
||||
|
@ -794,6 +794,10 @@
|
||||
*/
|
||||
#define wxUSE_SPLINES 1
|
||||
|
||||
/*
|
||||
* Use MDI.
|
||||
*/
|
||||
#define wxUSE_MDI 1
|
||||
/*
|
||||
* Use the mdi architecture
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user