]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/nativdlg.cpp
Removed erroneous copyright names and corrected licence spelling
[wxWidgets.git] / src / msw / nativdlg.cpp
index 85a7920b99224fcab297d6dc20333763ddd240b8..eac7d80f514ce421225f186d3672189cc973f430 100644 (file)
@@ -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);
         }
     }