]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/caret.cpp
Removed call to SetValidator since CreateBase was doing it already
[wxWidgets.git] / src / msw / caret.cpp
index 5ed485132ea0544c8bb5f44fe5f731399367914f..87e46935a5ec7275219a4bc1fb8338534edc5eef 100644 (file)
@@ -154,7 +154,7 @@ void wxCaret::DoMove()
     if ( m_hasCaret )
     {
         wxWindow *winFocus = wxWindow::FindFocus();
-        wxASSERT_MSG( winFocus == GetWindow(), "how did we lose focus?" );
+        wxASSERT_MSG( winFocus == GetWindow(), _T("how did we lose focus?") );
 
         CALL_CARET_API(SetCaretPos, (m_x, m_y));
     }