Removed accidentally left in debug code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4603,7 +4603,7 @@ bool wxListCtrl::Create(wxWindow *parent,
|
||||
style = style | wxLC_LIST;
|
||||
}
|
||||
|
||||
if ( !wxControl::Create( parent, id, pos, size, style, validator, "listctrl" ) )
|
||||
if ( !wxControl::Create( parent, id, pos, size, style, validator, name ) )
|
||||
return FALSE;
|
||||
|
||||
// don't create the inner window with the border
|
||||
|
Reference in New Issue
Block a user