X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77e82897f298f1c0cf1458ad1e4ce42115e46ea4..07aaf32633ecf18ec3edfbb41793a112914792d0:/src/generic/fontpickerg.cpp?ds=sidebyside diff --git a/src/generic/fontpickerg.cpp b/src/generic/fontpickerg.cpp index e78f3588eb..ffcbb91de3 100644 --- a/src/generic/fontpickerg.cpp +++ b/src/generic/fontpickerg.cpp @@ -79,7 +79,7 @@ void wxGenericFontButton::InitFontData() void wxGenericFontButton::OnButtonClick(wxCommandEvent& WXUNUSED(ev)) { - // update the wxFontData to be shown in the the dialog + // update the wxFontData to be shown in the dialog m_data.SetInitialFont(m_selectedFont); // create the font dialog and display it @@ -97,7 +97,7 @@ void wxGenericFontButton::OnButtonClick(wxCommandEvent& WXUNUSED(ev)) void wxGenericFontButton::UpdateFont() { - if ( !m_selectedFont.Ok() ) + if ( !m_selectedFont.IsOk() ) return; SetForegroundColour(m_data.GetColour());