Changed a few true -> TRUE

added #ifdef GTK 1.2


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2893 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-06-25 16:30:47 +00:00
parent 108a0f648f
commit 58c7cd12b9
7 changed files with 32 additions and 9 deletions

View File

@@ -363,7 +363,7 @@ void wxSplitterWindow::OnSize(wxSizeEvent& event)
parent = parent->GetParent();
}
bool iconized = false;
bool iconized = FALSE;
wxFrame *frame = wxDynamicCast(parent, wxFrame);
if ( frame )
iconized = frame->IsIconized();