]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/colour.h
Applied patch [ 619705 ] Fixes wxApp::GetComCtl32Version
[wxWidgets.git] / include / wx / gtk1 / colour.h
index f299ca5949eb0be17f51d23343db42e5fc5ef343..de243d30a7df5ca2c9a27995c76314b8d3a7a2b8 100644 (file)
@@ -47,7 +47,7 @@ public:
 
     // Implicit conversion from the colour name
     wxColour( const wxString &colourName ) { InitFromName(colourName); }
-    wxColour( const char *colourName ) { InitFromName(colourName); }
+    wxColour( const char *colourName ) { InitFromName( wxString::FromAscii(colourName) ); }
 #if wxUSE_UNICODE
     wxColour( const wxChar *colourName ) { InitFromName( wxString(colourName) ); }
 #endif