]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied patch [ 1042241 ] Fixes print setup problem (MSW UNICODE build)
authorJulian Smart <julian@anthemion.co.uk>
Thu, 7 Oct 2004 16:32:20 +0000 (16:32 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Thu, 7 Oct 2004 16:32:20 +0000 (16:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29699 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 1965d4d9c39356079877347cb16c0c86cbe284b0..a1aea073298477fe59a7e355a948e9e179436935 100644 (file)
@@ -258,7 +258,7 @@ Unix:
   builds of wxWidgets and to return flags/libs for selected libraries only
 - wx-config has new --version-full option
 
-wxMAC:
+wxMac:
 
 - Fixed MLTE text control GetLineText and GetLineLength on OSX (RN)
 - Added OSX wxTaskBarIcon implementation for the OSX Dock (RN)
@@ -306,6 +306,7 @@ wxMSW:
 - don't send duplicate EVT_COMBOBOX events whenever selection changes any more
 - implemented support for selecting printer bin (Steven Van Ingelgem)
 - fixed wxListCtrl::SetSingleStyle() which was broken since a few releases
+- fixed print setup problem (always uses default printer) in Unicode build
 
 wxUniv/X11: