X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/910b9fc5c090b6d53a41b1fde661bce751b430b9..119727ad9e58e42326764a259a5b88267bb43528:/include/wx/fontmap.h diff --git a/include/wx/fontmap.h b/include/wx/fontmap.h index bc14a74cbb..0256128ad4 100644 --- a/include/wx/fontmap.h +++ b/include/wx/fontmap.h @@ -35,7 +35,7 @@ class WXDLLIMPEXP_BASE wxFontMapper; #endif // wxUSE_GUI // ============================================================================ -// wxFontMapper manages user-definable correspondence between wxWindows font +// wxFontMapper manages user-definable correspondence between wxWidgets font // encodings and the fonts present on the machine. // // This is a singleton class, font mapper objects can only be accessed using @@ -263,7 +263,7 @@ class WXDLLIMPEXP_BASE wxFontMapper : public wxFontMapperBase // global variables // ---------------------------------------------------------------------------- -// the default font mapper for wxWindows programs do NOT use! This is for +// the default font mapper for wxWidgets programs do NOT use! This is for // backward compatibility, use wxFontMapper::Get() instead #define wxTheFontMapper (wxFontMapper::Get())