diff options
author | jstebbins <[email protected]> | 2009-06-17 19:19:04 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-06-17 19:19:04 +0000 |
commit | faa685b6d7a9118c29a0b08e85096afc35c8b5ae (patch) | |
tree | f32c0e72d758529ae80a7ebf7c75360b692baad3 /gtk/src/ghb.ui | |
parent | 00ae5bf19a600d6a91e8da9912890b1e9ad2c8d4 (diff) |
LinGui: add preference for update check frequency
Options are Never, Daily, Weekly, and Monthly.
Default is Weekly.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2561 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 41 |
1 files changed, 34 insertions, 7 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 233d583fd..5e64ed54b 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -3496,16 +3496,42 @@ no-dct-decimate=0:cabac=1</property> <object class="GtkVBox" id="vbox42"> <property name="visible">True</property> <child> - <object class="GtkCheckButton" id="check_updates"> + <object class="GtkAlignment" id="alignment60"> <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="tooltip_text">Check for updates to HandBrake at startup.</property> - <property name="label" translatable="yes">Check for Updates</property> - <property name="draw_indicator">True</property> - <signal name="toggled" handler="pref_changed_cb"/> + <property name="left_padding">0</property> + <child> + <object class="GtkHBox" id="hbox80"> + <property name="spacing">4</property> + <property name="visible">True</property> + <child> + <object class="GtkComboBox" id="check_updates"> + <property name="visible">True</property> + <property name="tooltip_text">Frequency to poll for HandBrake updates.</property> + <signal name="changed" handler="pref_changed_cb"/> + </object> + <packing> + <property name="expand">False</property> + <property name="position">0</property> + </packing> + </child> + <child> + <object class="GtkLabel" id="label74"> + <property name="justify">GTK_JUSTIFY_LEFT</property> + <property name="visible">True</property> + <property name="label" translatable="yes">Check For Updates</property> + <property name="use_markup">True</property> + </object> + <packing> + <property name="expand">False</property> + <property name="position">1</property> + </packing> + </child> + </object> + </child> </object> <packing> <property name="expand">False</property> + <property name="position">0</property> </packing> </child> @@ -3610,6 +3636,7 @@ non-hidef screens. </property> <property name="left_padding">4</property> <child> <object class="GtkHBox" id="hbox66"> + <property name="spacing">4</property> <property name="visible">True</property> <child> <object class="GtkSpinButton" id="preview_count"> @@ -3634,7 +3661,7 @@ increases scan duration.</property> <object class="GtkLabel" id="label77"> <property name="justify">GTK_JUSTIFY_LEFT</property> <property name="visible">True</property> - <property name="label" translatable="yes"> Number of previews </property> + <property name="label" translatable="yes">Number of previews</property> <property name="use_markup">True</property> </object> <packing> |