]> git.saurik.com Git - wxWidgets.git/commitdiff
Unicode fix.
authorOve Kaaven <ovek@arcticnet.no>
Thu, 10 Jun 1999 17:59:57 +0000 (17:59 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Thu, 10 Jun 1999 17:59:57 +0000 (17:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2745 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/wincmn.cpp

index cd92991e22f1c9e037377a76640944d67302bf87..a877e3548649b800ce9ead5b1fb40f6634d0c13e 100644 (file)
@@ -549,7 +549,7 @@ void wxWindowBase::SetCaret(wxCaret *caret)
     if ( m_caret )
     {
         wxASSERT_MSG( m_caret->GetWindow() == this,
-                      "caret should be created associated to this window" );
+                      _T("caret should be created associated to this window") );
     }
 }
 #endif // wxUSE_CARET