From: Václav Slavík <vslavik@fastmail.fm>
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

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>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>"));
             }