Correct typo in wxStopWatch example in the documentation.

See #16744.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-12-24 13:56:54 +00:00
parent 12936eaba6
commit 141ed8034b

View File

@@ -21,7 +21,7 @@
... stopwatch is stopped now ...
sw.Resume();
CallLongRunningFunction();
wxLogMessage("And calling it twice took $ldms in all", sw.Time());
wxLogMessage("And calling it twice took %ldms in all", sw.Time());
@endcode
Since wxWidgets 2.9.3 this class uses @c QueryPerformanceCounter()