]> git.saurik.com Git - wxWidgets.git/commitdiff
corrections to the wxEditableListBox patch, removed conflict indicator checked in...
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 8 Mar 2002 23:59:15 +0000 (23:59 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 8 Mar 2002 23:59:15 +0000 (23:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14509 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

contrib/src/gizmos/editlbox.cpp

index 0c40600798fbeb307237e5ec485f091030268c78..c9ea5ae993071baf7ee5bc9ac0be250183714296 100644 (file)
@@ -111,13 +111,9 @@ wxEditableListBox::wxEditableListBox(wxWindow *parent, wxWindowID id,
                           const wxString& name)
    : wxPanel(parent, id, pos, size, wxTAB_TRAVERSAL, name), m_edittingNew(FALSE)
 {
-<<<<<<< editlbox.cpp
     m_style = style;
     m_bEdit = m_bNew = m_bDel = m_bUp = m_bDown = NULL;    
 
-=======
-    m_style = style;
->>>>>>> 1.10
     wxSizer *sizer = new wxBoxSizer(wxVERTICAL);
 
     wxPanel *subp = new wxPanel(this, -1, wxDefaultPosition, wxDefaultSize,