]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/nativdlg.cpp
fixed the vsprintf() problem once and for all
[wxWidgets.git] / src / msw / nativdlg.cpp
index 9c3088c8bdf3abd3aa2bab48ac6068ed2ffd3f8c..a8b9eb10ccc9078765dcaba0171d2e1065ee7de9 100644 (file)
@@ -227,7 +227,7 @@ wxWindow* wxWindow::CreateWindowFromHWND(wxWindow* parent, WXHWND hWnd)
 #if defined(__WIN95__)
        else if (str == "MSCTLS_UPDOWN32")
        {
-               win == new wxSpinButton;
+               win = new wxSpinButton;
        }
 #endif
        else if (str == "MSCTLS_TRACKBAR32")