]> git.saurik.com Git - wxWidgets.git/commitdiff
Build fix after wxColourBase introduction.
authorWłodzimierz Skiba <abx@abx.art.pl>
Mon, 24 Apr 2006 18:31:23 +0000 (18:31 +0000)
committerWłodzimierz Skiba <abx@abx.art.pl>
Mon, 24 Apr 2006 18:31:23 +0000 (18:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38895 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/x11/colour.cpp

index a0d96399cfb672c860a4eeb02626d68a6f72f1dc..ba921cda9dc1760a8000e5118988c45094e38547 100644 (file)
@@ -247,7 +247,7 @@ bool wxColour::FromString(const wxChar *name)
     Display *dpy = wxGlobalDisplay();
     WXColormap colormap = wxTheApp->GetMainColormap( dpy );
     XColor xcol;
-    if ( XParseColor( dpy, (Colormap)colormap, wxGTK_CONV_SYS( name ), &xcol ) )
+    if ( XParseColor( dpy, (Colormap)colormap, name , &xcol ) )
     {
         UnRef();