]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/dcpsg.cpp
Use CreateButtonSizer in wxAboutBox() to make OK button look native.
[wxWidgets.git] / src / generic / dcpsg.cpp
index 232dcccf8115e69b2a3b254ce6cd1033d7bce795..177330a25cfa6c998585328ce9a0d1281777781d 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/intl.h"
     #include "wx/log.h"
-    #include "wx/app.h"
     #include "wx/utils.h"
     #include "wx/dcmemory.h"
     #include "wx/math.h"
     #include "wx/image.h"
+    #include "wx/icon.h"
 #endif // WX_PRECOMP
 
 #include "wx/prntbase.h"
@@ -304,7 +304,7 @@ wxPostScriptDC::~wxPostScriptDC ()
     }
 }
 
-bool wxPostScriptDC::Ok() const
+bool wxPostScriptDC::IsOk() const
 {
   return m_ok;
 }