// Purpose: XRC resource for wxSlider
// Author: Bob Mitchell
// Created: 2000/03/21
-// RCS-ID: $Id$
// Copyright: (c) 2000 Bob Mitchell and Verant Interactive
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
if( HasParam(wxT("tickfreq")))
{
- control->SetTickFreq(GetLong(wxT("tickfreq")), 0);
+ control->SetTickFreq(GetLong(wxT("tickfreq")));
}
if( HasParam(wxT("pagesize")))
{