]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed accidentally left in debug code.
authorRobert Roebling <robert@roebling.de>
Sun, 17 Feb 2002 22:19:23 +0000 (22:19 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 17 Feb 2002 22:19:23 +0000 (22:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14282 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/listctrl.cpp

index 4ec58a8c9347fa80a468f327da9cc0c6eb18401a..8bb4d60e1d77bda0307fa97f9102ff22febeb512 100644 (file)
@@ -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