diff options
author | jstebbins <[email protected]> | 2012-11-11 09:21:37 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-11-11 09:21:37 +0000 |
commit | 383fa740892e8673ea0476feac4665d1e12ede28 (patch) | |
tree | 63807b87f90215b644b3d65190a9bed96859a41b /gtk/src/ghb.ui | |
parent | 3711325bb8aecc6376bbae5fa3611fc6188928cd (diff) |
LinGui: update icons
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5054 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index ccb5a6ccb..bf24d17d1 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -406,7 +406,7 @@ <child> <object class="GtkAction" id="queue_start_menu"> <property name="sensitive">False</property> - <property name="icon-name">hb-play</property> + <property name="icon-name">hb-start</property> <property name="name">queue_start_menu</property> <property name="label">_Start Queue</property> <signal handler="queue_start_clicked_cb" name="activate"/> @@ -646,7 +646,7 @@ <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="tooltip-text" translatable="yes">Start Encoding</property> <property name="label" translatable="yes">Start</property> - <property name="icon_name">hb-play</property> + <property name="icon_name">hb-start</property> <signal handler="queue_start_clicked_cb" name="clicked"/> </object> <packing> @@ -675,7 +675,7 @@ <property name="sensitive">False</property> <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property> <property name="tooltip-text" translatable="yes">Add to Queue</property> - <property name="label" translatable="yes">Add to Queue</property> + <property name="label" translatable="yes">Enqueue</property> <property name="icon_name">hb-add-queue</property> <signal handler="queue_add_clicked_cb" name="clicked"/> </object> @@ -689,7 +689,7 @@ <property name="is_important">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="tooltip-text" translatable="yes">Show Queue</property> - <property name="label" translatable="yes">Show Queue</property> + <property name="label" translatable="yes">Queue</property> <property name="icon_name">hb-queue</property> <signal handler="show_queue_clicked_cb" name="toggled"/> </object> @@ -717,7 +717,7 @@ <property name="is_important">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="tooltip-text" translatable="yes">Show Activity Window</property> - <property name="label" translatable="yes">Activity Window</property> + <property name="label" translatable="yes">Activity</property> <property name="icon_name">hb-activity</property> <signal handler="show_activity_clicked_cb" name="toggled"/> </object> @@ -5869,7 +5869,7 @@ and which codec to use when passthru is not possible</property> <property name="sensitive">False</property> <property name="is_important">True</property> <property name="label" translatable="yes">Start</property> - <property name="icon_name">hb-play</property> + <property name="icon_name">hb-start</property> <signal handler="queue_start_clicked_cb" name="clicked"/> </object> <packing> |