]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/listctrl.h
use SS_CENTERIMAGE to prevent wxStaticBitmap from stretching its bitmap; also a face...
[wxWidgets.git] / include / wx / listctrl.h
index a89000e868ab6795c295dae9ecdddeace1c0e373..c57ee5ef676b68c19d86d408ed218b94cd86de4a 100644 (file)
@@ -44,7 +44,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);
     }