]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/slider.cpp
Tamil translations update from Dinakar T.D.
[wxWidgets.git] / samples / widgets / slider.cpp
index 1af0138b60d88d2f2127ee9d69a5f0631cb4d5a8..c16c6fd353ec015e3e09bcd36ca42e0d33fe82ec 100644 (file)
@@ -4,9 +4,8 @@
 // Purpose:     Part of the widgets sample showing wxSlider
 // Author:      Vadim Zeitlin
 // Created:     16.04.01
-// Id:          $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin
-// License:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -531,7 +530,7 @@ void SliderWidgetsPage::DoSetTickFreq()
         return;
     }
 
-    m_slider->SetTickFreq(freq, 0 /* unused */);
+    m_slider->SetTickFreq(freq);
 }
 
 void SliderWidgetsPage::DoSetThumbLen()