]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
made wxTextInputStream Unicode safe and general cleanup (patch 653775)
[wxWidgets.git] / include / wx / listctrl.h
index a89000e868ab6795c295dae9ecdddeace1c0e373..e1840f1fcb2c8f87fe844b358ec5ec804c3407d7 100644 (file)
@@ -26,6 +26,8 @@
 
 #if defined(__WIN32__) && !defined(__WXUNIVERSAL__)
     #include "wx/msw/listctrl.h"
+#elif defined(__WXPM__)
+    #include "wx/os2/listctrl.h"
 #else
     #include "wx/generic/listctrl.h"
 #endif
@@ -44,7 +46,7 @@ public:
                 const wxSize& size = wxDefaultSize,
                 long style = wxLC_REPORT,
                 const wxValidator& validator = wxDefaultValidator,
-                const wxString &name = "listctrl" )
+                const wxString &name = wxT("listctrl") )
     {
         Create(parent, id, pos, size, style, validator, name);
     }