diff options
author | jstebbins <[email protected]> | 2015-03-26 22:13:24 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-03-26 22:13:24 +0000 |
commit | 67165ce16e80ca5b424717a88f5c04880a5780cf (patch) | |
tree | 0f98bbc203aa2d2db39e20990418f790e5562ae7 /gtk/src/ghb.ui | |
parent | fb6cd7bcc63a8c112a5c30058ee533808a56707c (diff) |
LinGui: move icons into a GResource
This allows me to eliminate a warning from gtk+-3.14 about deprecated
gtk_icon_theme_add_builtin_icon().
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7021 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/ghb.ui')
-rw-r--r-- | gtk/src/ghb.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/ghb.ui b/gtk/src/ghb.ui index fbc390060..36bde5287 100644 --- a/gtk/src/ghb.ui +++ b/gtk/src/ghb.ui @@ -985,7 +985,7 @@ libx264 authors: <property name="tooltip_text" translatable="yes">Show Queue</property> <property name="is_important">True</property> <property name="label" translatable="yes">Queue</property> - <property name="icon_name">hb-queue</property> + <property name="icon_name">hb-showqueue</property> <signal name="toggled" handler="show_queue_clicked_cb" swapped="no"/> </object> <packing> |