]> git.saurik.com Git - wxWidgets.git/commitdiff
Use wxListCtrlNameStr for the generic control too.
authorRobin Dunn <robin@alldunn.com>
Mon, 18 Sep 2006 20:39:41 +0000 (20:39 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 18 Sep 2006 20:39:41 +0000 (20:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/generic/listctrl.h

index f48222289a92bfd0ec68d11a25bc8e60a00c0d01..70111560807aa528716e11c870623fccd4554d49 100644 (file)
@@ -31,7 +31,6 @@ class WXDLLEXPORT wxDropTarget;
 // constants
 // ----------------------------------------------------------------------------
 
-extern WXDLLEXPORT_DATA(const wxChar) wxGenericListCtrlNameStr[];
 
 //-----------------------------------------------------------------------------
 // internal classes
@@ -61,7 +60,7 @@ public:
                 const wxSize &size = wxDefaultSize,
                 long style = wxLC_ICON,
                 const wxValidator& validator = wxDefaultValidator,
-                const wxString &name = wxGenericListCtrlNameStr)
+                const wxString &name = wxListCtrlNameStr)
     {
         Create(parent, winid, pos, size, style, validator, name);
     }
@@ -73,7 +72,7 @@ public:
                  const wxSize &size = wxDefaultSize,
                  long style = wxLC_ICON,
                  const wxValidator& validator = wxDefaultValidator,
-                 const wxString &name = wxGenericListCtrlNameStr);
+                 const wxString &name = wxListCtrlNameStr);
 
     bool GetColumn( int col, wxListItem& item ) const;
     bool SetColumn( int col, wxListItem& item );