X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/85716ec3bff9eb881b8cb7242217169b05a21042..cc4d5638c66a409e421420ed7110917755a66788:/src/common/timerimpl.cpp?ds=inline diff --git a/src/common/timerimpl.cpp b/src/common/timerimpl.cpp index c2ac8e8712..d4d800d472 100644 --- a/src/common/timerimpl.cpp +++ b/src/common/timerimpl.cpp @@ -1,10 +1,9 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: common/timercmn.cpp +// Name: src/common/timerimpl.cpp // Purpose: wxTimerBase implementation // Author: Julian Smart, Guillermo Rodriguez, Vadim Zeitlin // Modified by: VZ: extracted all non-wxTimer stuff in stopwatch.cpp (20.06.03) // Created: 04/01/98 -// RCS-ID: $Id$ // Copyright: (c) Julian Smart // (c) 1999 Guillermo Rodriguez // Licence: wxWindows licence @@ -58,7 +57,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() )