removed duplicated code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -390,19 +390,7 @@ int MyFrame::SelectFlag(int id, int nb, int lb, int chb)
 | 
			
		||||
    }                                                                              \
 | 
			
		||||
    else                                                                           \
 | 
			
		||||
    {                                                                              \
 | 
			
		||||
        wxPanel *panel = CreateRadioButtonsPage(newBook);                          \
 | 
			
		||||
        newBook->AddPage( panel, RADIOBUTTONS_PAGE_NAME, false, GetIconIndex(newBook) ); \
 | 
			
		||||
                                                                                   \
 | 
			
		||||
        panel = CreateVetoPage(newBook);                                           \
 | 
			
		||||
        newBook->AddPage( panel, VETO_PAGE_NAME, false, GetIconIndex(newBook) );   \
 | 
			
		||||
                                                                                   \
 | 
			
		||||
        panel = CreateBigButtonPage(newBook);                                      \
 | 
			
		||||
        newBook->AddPage( panel, MAXIMIZED_BUTTON_PAGE_NAME, false, GetIconIndex(newBook) ); \
 | 
			
		||||
                                                                                   \
 | 
			
		||||
        panel = CreateInsertPage(newBook);                                         \
 | 
			
		||||
        newBook->InsertPage( 0, panel, I_WAS_INSERTED_PAGE_NAME, false, GetIconIndex(newBook) ); \
 | 
			
		||||
                                                                                   \
 | 
			
		||||
        newBook->SetSelection(1);                                                  \
 | 
			
		||||
        CreateInitialPages(newBook);                                               \
 | 
			
		||||
    }                                                                              \
 | 
			
		||||
                                                                                   \
 | 
			
		||||
    m_sizerFrame->Insert(0, newBook, 5, wxEXPAND | wxALL, 4);                      \
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user