]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/artstd.cpp
Really fix VC6 compilation after r61919.
[wxWidgets.git] / src / common / artstd.cpp
index c4e34e7912f550e06eba21f19d72e1563dde822d..7cd6a7df431a9719ce8a5dd87706750bc4def856 100644 (file)
@@ -209,7 +209,7 @@ wxBitmap wxDefaultArtProvider::CreateBitmap(const wxArtID& id,
 
                 if ((bmp_h < bestSize.x) && (bmp_w < bestSize.y))
                 {
-                    // the caller wants default size, which is larger than 
+                    // the caller wants default size, which is larger than
                     // the image we have; to avoid degrading it visually by
                     // scaling it up, paste it into transparent image instead:
                     wxPoint offset((bestSize.x - bmp_w)/2, (bestSize.y - bmp_h)/2);