]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/utils.cpp
Implement clipboard api in gtk.
[wxWidgets.git] / src / motif / utils.cpp
index 4a94ff07343aa981f8562ea6b1a82a5ba9fa32bd..6b344063274b06ed0501e5864fb43a67c2261c60 100644 (file)
@@ -370,7 +370,7 @@ void wxAllocColor(Display *d,Colormap cmp,XColor *xc)
 {
     if (!XAllocColor(d,cmp,xc))
     {
-        //          cout << "wxAllocColor : Warning : Can not allocate color, attempt find nearest !\n";
+        //          cout << "wxAllocColor : Warning : cannot allocate color, attempt find nearest !\n";
         wxAllocNearestColor(d,cmp,xc);
     }
 }