]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/dragimag.cpp
Added wxComboCtrl::SetHint(), GetHint()
[wxWidgets.git] / src / msw / dragimag.cpp
index d3c7c649e9229053b020a92372759c0bd75451e4..bed8aea3fe8932f1f585ada291ac75a4c57cf9a8 100644 (file)
@@ -281,7 +281,7 @@ bool wxDragImage::BeginDrag(const wxPoint& hotspot, wxWindow* window, bool fullS
 
     if (!ret)
     {
 
     if (!ret)
     {
-        wxFAIL_MSG( _T("BeginDrag failed.") );
+        wxFAIL_MSG( wxT("BeginDrag failed.") );
 
         return false;
     }
 
         return false;
     }