]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fontcmn.cpp
call gtk_toolbar_set_tooltips() from GtkSetStyle(); removed erroneous wxTB_TOOLTIPS
[wxWidgets.git] / src / common / fontcmn.cpp
index 80d2e7b1a0c5d86a5999c5dead4b2047ea54b0a6..f0d3ccf9c409076c2f2b996d4cf6d88dda6d7fab 100644 (file)
@@ -289,7 +289,7 @@ wxString wxFontBase::GetNativeFontInfoUserDesc() const
     }
     else
     {
-        wxASSERT_MSG(0, wxT("Derived class should have created the wxNativeFontInfo!"));
+        wxFAIL_MSG(wxT("Derived class should have created the wxNativeFontInfo!"));
     }
 
     return fontDesc;