]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/core/fontenum.cpp
Applied Blit system options optimization to StretchBlit
[wxWidgets.git] / src / osx / core / fontenum.cpp
index c7e7376ff29b05731c2cc9b2bcbec0769523e0c9..72cc4ef8a685de3422ed2470b4a16aaf6eb971a9 100644 (file)
@@ -92,7 +92,7 @@ bool wxFontEnumerator::EnumerateFacenames(wxFontEncoding encoding,
             wxCFStringRef cfName(theName) ;
             fontFamilies.Add(cfName.AsString(wxLocale::GetSystemEncoding()));
         }
-        else if (status == kATSIterationScopeModified) // Make sure the font database hasnÕt changed.
+        else if (status == kATSIterationScopeModified) // Make sure the font database hasn't changed.
         {
             // reset the iterator
             status = ATSFontFamilyIteratorReset (kATSFontContextLocal, nil, nil,