From 07215d86e03dd4f80a578b4e27d01e58bf2b28dd Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Sun, 17 Feb 2002 22:19:23 +0000 Subject: [PATCH] Removed accidentally left in debug code. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/generic/listctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generic/listctrl.cpp b/src/generic/listctrl.cpp index 4ec58a8c93..8bb4d60e1d 100644 --- a/src/generic/listctrl.cpp +++ b/src/generic/listctrl.cpp @@ -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 -- 2.47.2