]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/nativdlg.cpp
Set wxPendingEvents to NULL after deleting it
[wxWidgets.git] / src / msw / nativdlg.cpp
index 85a7920b99224fcab297d6dc20333763ddd240b8..1a6ee40629faa09629078070b0dc2f86ffa6f6a9 100644 (file)
@@ -5,8 +5,8 @@
 // Modified by:
 // Created:     04/01/98
 // RCS-ID:      $Id$
-// Copyright:   (c) Julian Smart and Markus Holzem
-// Licence:     wxWindows license
+// Copyright:   (c) Julian Smart
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ===========================================================================
@@ -211,7 +211,7 @@ wxWindow* wxWindow::CreateWindowFromHWND(wxWindow* parent, WXHWND hWnd)
         }
         else
         {
-            wxLogError(wxT("Don't know what kind of button this is: id = %d"),
+            wxLogError(wxT("Don't know what kind of button this is: id = %ld"),
                        id);
         }
     }