streamlining printing support, adding printing support on osx-cocoa

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2009-01-17 08:46:00 +00:00
parent 2c2fafe9c8
commit c347101b66
5 changed files with 291 additions and 251 deletions

View File

@@ -261,7 +261,7 @@ wxPrintNativeDataBase *wxNativePrintFactory::CreatePrintNativeData()
#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__)
return new wxWindowsPrintNativeData;
#elif defined(__WXMAC__)
return new wxMacCarbonPrintData;
return wxOSXCreatePrintData();
#else
return new wxPostScriptPrintNativeData;
#endif