Unicode fix for wxEditableListBox
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17850 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -41,7 +41,7 @@ public:
|
|||||||
const wxSize &size = wxDefaultSize,
|
const wxSize &size = wxDefaultSize,
|
||||||
long style = wxLC_ICON,
|
long style = wxLC_ICON,
|
||||||
const wxValidator& validator = wxDefaultValidator,
|
const wxValidator& validator = wxDefaultValidator,
|
||||||
const wxString &name = "listctrl")
|
const wxString &name = _T("listctrl"))
|
||||||
: wxListCtrl(parent, id, pos, size, style, validator, name)
|
: wxListCtrl(parent, id, pos, size, style, validator, name)
|
||||||
{
|
{
|
||||||
CreateColumns();
|
CreateColumns();
|
||||||
|
Reference in New Issue
Block a user