~ubuntu-branches/ubuntu/utopic/vlc/utopic

« back to all changes in this revision

Viewing changes to modules/gui/qt4/qt4.cpp

  • Committer: Package Import Robot
  • Author(s): Benjamin Drung
  • Date: 2012-07-21 17:52:21 UTC
  • mfrom: (1.1.48) (3.5.44 sid)
  • Revision ID: package-import@ubuntu.com-20120721175221-53m5pclzo992kawy
Tags: 2.0.3-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * qt4.cpp : QT4 interface
3
3
 ****************************************************************************
4
4
 * Copyright © 2006-2009 the VideoLAN team
5
 
 * $Id: 0c69a724d8d78a1f90f63cab3cb36c47b710bfc6 $
 
5
 * $Id: 7ff935fc934d7a3e35201c34cbae8ef6a7a2614d $
6
6
 *
7
7
 * Authors: Clément Stenac <zorglub@videolan.org>
8
8
 *          Jean-Baptiste Kempf <jb@videolan.org>
231
231
#ifdef UPDATE_CHECK
232
232
    add_bool( "qt-updates-notif", true, UPDATER_TEXT,
233
233
              UPDATER_LONGTEXT, false )
234
 
    add_integer( "qt-updates-days", 3, UPDATER_DAYS_TEXT,
235
 
                 UPDATER_DAYS_TEXT, false )
 
234
    add_integer_with_range( "qt-updates-days", 3, 0, 180,
 
235
              UPDATER_DAYS_TEXT, UPDATER_DAYS_TEXT, false )
236
236
#endif
237
237
 
238
238
    add_bool( "qt-autosave-volume", true, SAVEVOL_TEXT,