]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mgl/fontmgr.cpp
Rename wxWebNavigationError to wxWebViewNavigationError and wxWebNavigationEvent...
[wxWidgets.git] / src / mgl / fontmgr.cpp
index 4098d667af8e82f69915ed9d3bb8d8c346721c64..63449e2739b8dd1fd6dd1613f67e92849f11021c 100644 (file)
@@ -94,7 +94,7 @@ wxFontInstance *wxFontFace::GetFontInstance(float ptSize, bool aa)
     }
 
     // Small characters don't look good when antialiased with the algorithm
-    // that FreeType uses (mere 2x2 supersampling), so lets disable AA
+    // that FreeType uses (mere 2x2 supersampling), so let's disable AA
     // completely for small fonts. Bitmap fonts are not antialiased either.
     if ( ptSize <= gs_antialiasingThreshold ||
          m_fontLib->fontLibType == MGL_BITMAPFONT_LIB )