From 67165ce16e80ca5b424717a88f5c04880a5780cf Mon Sep 17 00:00:00 2001 From: jstebbins Date: Thu, 26 Mar 2015 22:13:24 +0000 Subject: 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 --- gtk/src/icon_res.gresource.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 gtk/src/icon_res.gresource.xml (limited to 'gtk/src/icon_res.gresource.xml') diff --git a/gtk/src/icon_res.gresource.xml b/gtk/src/icon_res.gresource.xml new file mode 100644 index 000000000..e81378f36 --- /dev/null +++ b/gtk/src/icon_res.gresource.xml @@ -0,0 +1,17 @@ + + + + hb-activity.svg + hb-add-queue.svg + hb-complete.svg + hb-edit.svg + hb-icon.svg + hb-pause.svg + hb-picture.svg + hb-remove.svg + hb-showqueue.svg + hb-source.svg + hb-start.svg + hb-stop.svg + + -- cgit v1.2.3