From 9718534022aadded7bf3faf727bc07f2780ce6a8 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Sat, 26 Feb 2005 01:13:12 +0000 Subject: [PATCH] minor tweaks git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/CHANGES.txt | 2 -- wxPython/src/_image.i | 1 + wxPython/src/_mdi.i | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index 5926b20965..f4a6074edc 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -214,8 +214,6 @@ eliminate weird refresh behaviour (delays between a window being erased and repainted, giving a ghostly gradual-redraw effect). May be a temporary 'fix' until properly fixed before 2.6. -wxMac: CoreGraphics [[WRITE MORE HERE]] - wxMac: Toolbar is now more native looking with borderless toolbar buttons. diff --git a/wxPython/src/_image.i b/wxPython/src/_image.i index 98c6d8e6f6..49d17afaf6 100644 --- a/wxPython/src/_image.i +++ b/wxPython/src/_image.i @@ -438,6 +438,7 @@ MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTION); MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTIONX); MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTIONY); MAKE_CONST_WXSTRING(IMAGE_OPTION_RESOLUTIONUNIT); +MAKE_CONST_WXSTRING(IMAGE_OPTION_QUALITY); enum { diff --git a/wxPython/src/_mdi.i b/wxPython/src/_mdi.i index 1ad5530ff7..d2791fe1b6 100644 --- a/wxPython/src/_mdi.i +++ b/wxPython/src/_mdi.i @@ -28,6 +28,7 @@ #define IDM_WINDOWICONS 4003 #define IDM_WINDOWNEXT 4004 #define IDM_WINDOWTILEVERT 4005 +#define IDM_WINDOWPREV 4006 #define wxFIRST_MDI_CHILD 4100 #define wxLAST_MDI_CHILD 4600 -- 2.47.2