]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/cmndata.cpp
corrected previous commit's wrongly applied patch
[wxWidgets.git] / src / common / cmndata.cpp
index 53667862aa2d8f10552e3a548bc87a264412595b..c5a4472437ed2740e20f3b71c0eb73e70a9f34d0 100644 (file)
@@ -51,7 +51,7 @@
     #include <windowsx.h>
     #include "wx/msw/private.h"
 
-    #if defined(__WXWINCE__) && !wxUSE_SMARTPHONE
+    #ifndef __SMARTPHONE__
         #include <commdlg.h>
     #endif
 
@@ -939,7 +939,7 @@ void wxPrintDialogData::ConvertFromNative()
     }
 
     // Now convert the DEVMODE object, passed down from the PRINTDLG object,
-    // into wxWindows form.
+    // into wxWidgets form.
     m_printData.ConvertFromNative();
 
     m_printFromPage = pd->nFromPage;