X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85716ec3bff9eb881b8cb7242217169b05a21042..74b965198ce3a4257deac901b6f7517e6447ca0f:/src/common/timerimpl.cpp

diff --git a/src/common/timerimpl.cpp b/src/common/timerimpl.cpp
index c2ac8e8712..5d8548329b 100644
--- a/src/common/timerimpl.cpp
+++ b/src/common/timerimpl.cpp
@@ -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() )