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:
		@@ -199,9 +199,11 @@ MyFrame::MyFrame(wxWindow *parent,
 | 
			
		||||
{
 | 
			
		||||
    m_dialog = (MyModelessDialog *)NULL;
 | 
			
		||||
 | 
			
		||||
#if wxUSE_FINDREPLDLG
 | 
			
		||||
    m_dlgFind =
 | 
			
		||||
    m_dlgReplace = NULL;
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
   
 | 
			
		||||
    CreateStatusBar();
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user