]> git.saurik.com Git - wxWidgets.git/commitdiff
stupid typo in wxHTML help options dlg - did not display fixed fonts correctly in...
authorVáclav Slavík <vslavik@fastmail.fm>
Tue, 21 Dec 1999 11:17:11 +0000 (11:17 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Tue, 21 Dec 1999 11:17:11 +0000 (11:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/helpfrm.cpp

index 06d6110287f944ece95d4c2c6dda1bab1638ed47..3931dbc614d7a92917ddd0e5d99fc0bf99eabe1b 100644 (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>"));
             }