diff options
author | jstebbins <[email protected]> | 2009-07-17 20:53:16 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-07-17 20:53:16 +0000 |
commit | ae2424a127a71e74727dd75b7ab0375821d94121 (patch) | |
tree | dba52a6627bfe6c14fbdba40bdbeaa3a6d071f65 /gtk/src/ghb.ui | |
parent | 890cb717a4570aac796ccfbcd200983ad52447d5 (diff) |
LinGui: add preference option to automatically add CC track if present
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2706 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 2c5779000..354912593 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -4016,15 +4016,23 @@ no-dct-decimate=0:cabac=1</property> </packing> </child> <child> - <object class="GtkHBox" id="hbox63"> + <object class="GtkAlignment" id="alignment61"> <property name="visible">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> - <property name="spacing">4</property> - <child> - <placeholder/> - </child> + <property name="yscale">0</property> + <property name="left_padding">12</property> + <property name="top_padding">6</property> + <property name="bottom_padding">6</property> <child> - <placeholder/> + <object class="GtkCheckButton" id="AddCC"> + <property name="label" translatable="yes">Add Closed Captions when available</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="active">False</property> + <property name="draw_indicator">True</property> + <signal name="toggled" handler="pref_changed_cb"/> + </object> </child> </object> <packing> @@ -4040,7 +4048,7 @@ no-dct-decimate=0:cabac=1</property> <child type="tab"> <object class="GtkLabel" id="label3"> <property name="visible">True</property> - <property name="label" translatable="yes">Audio</property> + <property name="label" translatable="yes">Audio/Subtitles</property> </object> <packing> <property name="position">1</property> |