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
This commit is contained in:
Václav Slavík
1999-12-21 11:17:11 +00:00
parent 97e0ceea08
commit 74cfc36921

View File

@@ -789,14 +789,14 @@ class wxHtmlHelpFrameOptionsDialog : public wxDialog
"<font size=+4>font size +4</font><br>"
"<p><tt>Fixed size face.<br> <b>bold</b> <i>italic</i> "
"<b><i>bold italic <u>underlined</u></i></b></tt><br>"
"<b><i>bold italic <u>underlined</u></i></b><br>"
"<font size=-2>font size -2</font><br>"
"<font size=-1>font size -1</font><br>"
"<font size=+0>font size +0</font><br>"
"<font size=+1>font size +1</font><br>"
"<font size=+2>font size +2</font><br>"
"<font size=+3>font size +3</font><br>"
"<font size=+4>font size +4</font>"
"<font size=+4>font size +4</font></tt>"
"</body></html>"));
}