]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/spinctrl.cpp
Add missing wxEVT_COMMAND_TEXT_ENTER
[wxWidgets.git] / src / msw / spinctrl.cpp
index 0017413e0ac8fbb09c3b14dbe0491633b73c4844..921d767fb0f41d67f1e9b6c8eb5edbdc3b9d8832 100644 (file)
@@ -452,7 +452,7 @@ void  wxSpinCtrl::SetValue(int val)
         // to leave it like this, while we really want to always show the
         // current value in the control, so do it manually
         ::SetWindowText(GetBuddyHwnd(),
-                        wxString::Format(wxT("%d"), val).wx_str());
+                        wxString::Format(wxT("%d"), val).t_str());
     }
 
     m_oldValue = GetValue();