From: Robin Dunn Date: Mon, 18 Sep 2006 20:39:41 +0000 (+0000) Subject: Use wxListCtrlNameStr for the generic control too. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ddb2cbee44dfd04cc60072d284e7ce24ec5dabf0 Use wxListCtrlNameStr for the generic control too. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41284 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/generic/listctrl.h b/include/wx/generic/listctrl.h index f48222289a..7011156080 100644 --- a/include/wx/generic/listctrl.h +++ b/include/wx/generic/listctrl.h @@ -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 );