]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/macnotfy.cpp
fixes for user dash handling (patch 717736)
[wxWidgets.git] / src / mac / macnotfy.cpp
index b6a170c8ee6b5ac400b66cee34e074c8ccc8d8be..36d7fb3e614bfa2c7c8d62471120b8ae31476e8d 100644 (file)
@@ -88,7 +88,7 @@ void wxMacAddEvent(
     short wakeUp ) 
 {
     wxMacNotificationEvents *e = (wxMacNotificationEvents *) table ;
-    wxASSERT_MSG( handler != NULL , "illegal notification proc ptr" ) ;
+    wxASSERT_MSG( handler != NULL , wxT("illegal notification proc ptr") ) ;
     /* this should be protected eventually */
     short index = e->top++ ;