diff options
author | jstebbins <[email protected]> | 2015-03-05 20:28:11 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-03-05 20:28:11 +0000 |
commit | 61f752e2436c34bbb36d5f50df95bf48b1932b4c (patch) | |
tree | a469546211dbbce716554e465bb8cd9e661c1a3f /gtk/src/ghb.ui | |
parent | e008f370034803a0ca3d1389d919f2a145c0d605 (diff) |
LinGui: random clean-ups
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6964 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 3d3bfcc62..ba28677d6 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -624,7 +624,7 @@ libx264 authors: </object> </child> <child> - <object class="GtkMenuItem" id="destination"> + <object class="GtkMenuItem" id="destination_menu_item"> <property name="label" translatable="yes">_Destination</property> <property name="visible">True</property> <property name="can_focus">False</property> @@ -4536,7 +4536,7 @@ This permits DTS-HD passthru to be selected when automatic passthru selection is <property name="hscrollbar_policy">GTK_POLICY_NEVER</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <child> - <object class="GtkTreeView" id="audio_list"> + <object class="GtkTreeView" id="audio_list_view"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> @@ -5028,7 +5028,7 @@ Only one subtitle track can be burned! Since conflicts can occur, the first chos <property name="hscrollbar_policy">GTK_POLICY_NEVER</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <child> - <object class="GtkTreeView" id="subtitle_list"> + <object class="GtkTreeView" id="subtitle_list_view"> <property name="visible">True</property> <property name="can_focus">True</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> |