From: Václav Slavík Date: Tue, 21 Dec 1999 11:17:11 +0000 (+0000) Subject: stupid typo in wxHTML help options dlg - did not display fixed fonts correctly in... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/74cfc36921a6275008bc5db67738178f6904dba0?ds=inline stupid typo in wxHTML help options dlg - did not display fixed fonts correctly in preview git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index 06d6110287..3931dbc614 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -789,14 +789,14 @@ class wxHtmlHelpFrameOptionsDialog : public wxDialog "font size +4
" "

Fixed size face.
bold italic " - "bold italic underlined

" + "bold italic underlined
" "font size -2
" "font size -1
" "font size +0
" "font size +1
" "font size +2
" "font size +3
" - "font size +4" + "font size +4" "")); }