diff --git a/src/common/timercmn.cpp b/src/common/timercmn.cpp index 5334324680..6409e809e7 100644 --- a/src/common/timercmn.cpp +++ b/src/common/timercmn.cpp @@ -1,13 +1,12 @@ ///////////////////////////////////////////////////////////////////////////// // Name: common/timercmn.cpp // Purpose: Common timer implementation -// Author: Julian Smart (original version) -// Modified by: Vadim Zeitlin on 12.11.99 to get rid of all ifdefs -// Sylvain Bougnoux to add wxStopWatch class -// -// Completely rewritten from scratch on Dic/99 by -// Guillermo Rodriguez -// +// Author: +// Original version by Julian Smart +// Vadim Zeitlin got rid of all ifdefs (11.12.99) +// Sylvain Bougnoux added wxStopWatch class +// Guillermo Rodriguez rewrote from scratch (Dic/99) +// Modified by: // Created: 04/01/98 // RCS-ID: $Id$ // Copyright: (c) Julian Smart and Markus Holzem