Committing in .

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
This commit is contained in:
Jouk Jansen
2001-11-23 13:34:13 +00:00
parent 4ed56ed897
commit 043dcdaad0

View File

@@ -199,9 +199,11 @@ MyFrame::MyFrame(wxWindow *parent,
{
m_dialog = (MyModelessDialog *)NULL;
#if wxUSE_FINDREPLDLG
m_dlgFind =
m_dlgReplace = NULL;
#endif
CreateStatusBar();
}