projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Correct printf() format specifiers for long variables in life demo.
[wxWidgets.git]
/
src
/
common
/
timerimpl.cpp
diff --git
a/src/common/timerimpl.cpp
b/src/common/timerimpl.cpp
index c2ac8e8712865e56c09eaf220652e61f02642c85..5d8548329b2be7b5135623d2538e605be10e4db7 100644
(file)
--- 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(),
// let the caller know about it
#if wxUSE_THREADS
wxASSERT_MSG( wxThread::IsMain(),
-
_
T("timer can only be started from the main thread") );
+
wx
T("timer can only be started from the main thread") );
#endif // wxUSE_THREADS
if ( IsRunning() )
#endif // wxUSE_THREADS
if ( IsRunning() )