# File ../lib/roller/CWRP.rb, line 365
  def reset_progress(title, total)
    @window.reset_progress(title, total) if @show_progress
  end