]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/containr.cpp
Some fixes for wxURLDataObject when wxUSE_UNICODE==1
[wxWidgets.git] / src / common / containr.cpp
index fcd92fc6ac9f2727064971e123216e649cb941f9..b76ec648d6ba04a4e30f6f538c2ccc5db9d5291f 100644 (file)
@@ -65,7 +65,7 @@ void wxControlContainer::SetLastFocus(wxWindow *win)
             // like when detaching a menubar from a frame with a child which
             // has pushed itself as an event handler for the menubar.  (wxGtk)
 
-            wxASSERT_MSG( winParent, _T("Setting last focus for a window that is not our child?") );
+            wxASSERT_MSG( winParent, _T("Setting last-focus for a window that is not our child?") );
         }
     }