backport of r53980: fixed wxHTML default font size for printing to be 12pt regardless of the platform

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-06-28 15:16:17 +00:00
parent ef87bd2ccc
commit 9609c21f00
3 changed files with 14 additions and 6 deletions

View File

@@ -87,6 +87,7 @@ Major new features in 2.8 release
wxDirPickerCtrl, wxFilePickerCtrl, wxFontPickerCtrl, wxCollapsiblePane,
wxSearchCtrl, wxAboutBox, wxTreebook, tar streams.
2.8.9
-----
@@ -97,6 +98,8 @@ All (GUI):
- Fixed help viewer bug whereby the splitter sash in wxHtmlHelpWindow could
go underneath the left-hand pane, permanently, after resizing the
help window.
- Fixed wxHTML default font size for printing to be 12pt regardless of the
platform, instead of depending on GUI toolkit's screen configuration.
All (Unix):
@@ -114,6 +117,7 @@ wxGTK:
wxMac:
2.8.8
-----