]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/font.cpp
Add backend descriptions for all backends to the documentation.
[wxWidgets.git] / src / palmos / font.cpp
index 3a0cd037287b89d53c303cfa785bcc0bd9459899..4329848379448baabad5bf09b7fd1f0f0c4973f3 100644 (file)
@@ -479,7 +479,7 @@ const wxNativeFontInfo *wxFont::GetNativeFontInfo() const
 
 wxString wxFont::GetNativeFontInfoDesc() const
 {
-    wxCHECK_MSG( Ok(), wxEmptyString, wxT("invalid font") );
+    wxCHECK_MSG( IsOk(), wxEmptyString, wxT("invalid font") );
 
     // be sure we have an HFONT associated...
     wxConstCast(this, wxFont)->RealizeResource();
@@ -488,7 +488,7 @@ wxString wxFont::GetNativeFontInfoDesc() const
 
 wxString wxFont::GetNativeFontInfoUserDesc() const
 {
-    wxCHECK_MSG( Ok(), wxEmptyString, wxT("invalid font") );
+    wxCHECK_MSG( IsOk(), wxEmptyString, wxT("invalid font") );
 
     // be sure we have an HFONT associated...
     wxConstCast(this, wxFont)->RealizeResource();