]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/listctrl.cpp
install resource files with wxMSW
[wxWidgets.git] / src / msw / listctrl.cpp
index b009824380f8afb63c6f7323367e31b31e35bf07..c4598991730b07184c0f2d32f5ce34a83dc64770 100644 (file)
@@ -313,7 +313,7 @@ bool wxListCtrl::DoCreateControl(int x, int y, int w, int h)
     // Create the ListView control.
     m_hWnd = (WXHWND)CreateWindowEx(exStyle,
                                     WC_LISTVIEW,
-                                    wxT(""),
+                                    wxEmptyString,
                                     wstyle,
                                     x, y, w, h,
                                     GetWinHwnd(GetParent()),