From 07e647c02f8db3eac21c56883c8967921cb30e89 Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Thu, 17 May 2007 11:09:59 +0000 Subject: [PATCH] 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 --- docs/changes.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index 0b577afac1..8b138c0f39 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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)