diff options
author | jstebbins <[email protected]> | 2012-09-28 00:13:31 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-09-28 00:13:31 +0000 |
commit | 242d7266e467a9e0a1814d3290f1c9e8d1aa9c5c (patch) | |
tree | 06775cd8a15a79f0947cec85afde0cfce86c6465 /gtk | |
parent | e60ee5a27cd80c40712c0965d1175bf55ce86412 (diff) |
Lingui: make hb icon more visible on Summary tab.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4992 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk')
-rw-r--r-- | gtk/src/ghb.ui | 4 | ||||
-rw-r--r-- | gtk/src/makedeps.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index 8c95f2975..ccb5a6ccb 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -1241,7 +1241,7 @@ <property name="spacing">3</property> <child> - <object class="GtkAlignment" id="alignment55"> + <object class="GtkAlignment" id="picture_summary"> <property name="visible">True</property> <property name="top_padding">10</property> <property name="left_padding">10</property> @@ -1701,7 +1701,7 @@ </packing> </child> <child> - <object class="GtkAlignment" id="alignment57"> + <object class="GtkAlignment" id="picture_summary2"> <property name="visible">True</property> <property name="xscale">0</property> <property name="yscale">0</property> diff --git a/gtk/src/makedeps.py b/gtk/src/makedeps.py index 674c56d6c..404ce7cd9 100644 --- a/gtk/src/makedeps.py +++ b/gtk/src/makedeps.py @@ -8,8 +8,8 @@ dep_map = ( DepEntry("title", "queue_add", "none", True, False), DepEntry("title", "queue_add_menu", "none", True, False), DepEntry("title", "preview_frame", "none", True, False), - DepEntry("title", "picture_label", "none", True, False), - DepEntry("title", "picture_tab", "none", True, False), + DepEntry("title", "picture_summary", "none", True, False), + DepEntry("title", "picture_summary2", "none", True, False), DepEntry("title", "chapters_label", "none", True, False), DepEntry("title", "chapters_tab", "none", True, False), DepEntry("title", "start_point", "none", True, False), |