Mention printing Landscape fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@46091 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-05-17 11:09:59 +00:00
parent 9cdd4f8793
commit 07e647c02f

View File

@@ -100,11 +100,13 @@ All (GUI):
wxMSW:
- Correct problem with page setup dialog when using
Landscape mode.
wxGTK:
- More work on setting defaults in GNOME print dialogs
- More work on setting defaults in GNOME print dialogs.
- Also made Landscape printing work as per wxMSW.
- Speed up wxBitmap::Rescale()
- Add right button event for wxToolbar's tools (Tim Kosse)