]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxUSE_MDI (but forgot to commit before)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 May 2004 10:17:18 +0000 (10:17 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 8 May 2004 10:17:18 +0000 (10:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27175 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in
setup.h_vms

index 4fcf5acb97cfdb1ec74519182fda553a103597c2..e85a97fa6108511f15778f2f0e0121cf43ae8309 100644 (file)
 #define wxUSE_SPLINES 0
 
 /*
- * Use the mdi architecture
+ * Use MDI.
  */
-#define wxUSE_MDI_ARCHITECTURE 0
+#define wxUSE_MDI 0
 /*
- * Use MDI
+ * Use the mdi architecture
  */
-#define wxUSE_MDI 0
+#define wxUSE_MDI_ARCHITECTURE 0
 /*
  * Use the document/view architecture
  */
index d8a7c87915dd0fdc0fc67fa6717a24673908bdbd..23bd824e110e14c410ffc2f6dbcac6274a40db65 100644 (file)
  */
 #define wxUSE_SPLINES 1
 
+/*
+ * Use MDI.
+ */
+#define wxUSE_MDI 1
 /*
  * Use the mdi architecture
  */