]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/timer.cpp
alpha support for Scale added
[wxWidgets.git] / src / motif / timer.cpp
index 7fc728a089d72691dbbc876298b26bd3e1ff6240..d80d3c52438e1dd932ecf173730bb27348f0f5a1 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     17/09/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWidgets licence
+// Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
@@ -81,7 +81,7 @@ bool wxTimer::Start(int milliseconds, bool mode)
                             m_milli,
                             (XtTimerCallbackProc) wxTimerCallback,
                             (XtPointer) this);
-    return TRUE;
+    return true;
 }
 
 void wxTimer::Stop()