]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/timerimpl.cpp
Added 'HasAlpha' attribute for wxColourProperty. Setting it to true allows user to...
[wxWidgets.git] / src / common / timerimpl.cpp
index c2ac8e8712865e56c09eaf220652e61f02642c85..5d8548329b2be7b5135623d2538e605be10e4db7 100644 (file)
@@ -58,7 +58,7 @@ bool wxTimerImpl::Start(int milliseconds, bool oneShot)
     // let the caller know about it
 #if wxUSE_THREADS
     wxASSERT_MSG( wxThread::IsMain(),
-                  _T("timer can only be started from the main thread") );
+                  wxT("timer can only be started from the main thread") );
 #endif // wxUSE_THREADS
 
     if ( IsRunning() )