]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo correction
authorJulian Smart <julian@anthemion.co.uk>
Tue, 24 Oct 2006 16:04:31 +0000 (16:04 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Tue, 24 Oct 2006 16:04:31 +0000 (16:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/prntbase.cpp

index 67a73dd40eb332c4fafa1f97d0b7f02e19cc6bd6..15fd936c1a260a5be0a9c587b46a051160d77678 100644 (file)
@@ -210,7 +210,7 @@ wxDC* wxNativePrintFactory::CreatePrinterDC( const wxPrintData& data )
 #elif defined(__WXMAC__)
     return new wxPrinterDC(data);
 #else
-    return new wxPrinterDC(data);
+    return new wxPostScriptDC(data);
 #endif
 }