]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 23 Nov 2001 13:34:13 +0000 (13:34 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Fri, 23 Nov 2001 13:34:13 +0000 (13:34 +0000)
 Modified Files:
  wxWindows/samples/dialogs/dialogs.cpp

 added conditional compilation for replacement dialogs in oder to allow
compilation on non-MSW systems.

 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12619 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/dialogs/dialogs.cpp

index 023abe5e4d15812287d2d35e337cc5fb814684cd..077243681cd7944685b6ce85a2e084bcffea23ea 100644 (file)
@@ -199,9 +199,11 @@ MyFrame::MyFrame(wxWindow *parent,
 {
     m_dialog = (MyModelessDialog *)NULL;
 
+#if wxUSE_FINDREPLDLG
     m_dlgFind =
     m_dlgReplace = NULL;
-
+#endif
+   
     CreateStatusBar();
 }