]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/quantize.cpp
fixed rounding errors in variable status bar panes widths computation (patch 1030021)
[wxWidgets.git] / src / common / quantize.cpp
index 55fe0fc032c26ba09164bf181cbe5a4706ce2581..7d85887189a49c2a5d27fb30ae9dc207582e1288 100644 (file)
@@ -1578,7 +1578,7 @@ bool wxQuantize::Quantize(const wxImage& src, wxImage& dest,
         delete[] data8bit;
 
 #if wxUSE_PALETTE
-    // Make a wxWindows palette
+    // Make a wxWidgets palette
     if (pPalette)
     {
         unsigned char* r = new unsigned char[256];