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/icon_res.gresource.xml | |
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/icon_res.gresource.xml')
-rw-r--r-- | gtk/src/icon_res.gresource.xml | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<gresources> + <gresource prefix="/org/handbrake/icons/scalable/apps"> + <file>hb-activity.svg</file> + <file>hb-add-queue.svg</file> + <file>hb-complete.svg</file> + <file>hb-edit.svg</file> + <file>hb-icon.svg</file> + <file>hb-pause.svg</file> + <file>hb-picture.svg</file> + <file>hb-remove.svg</file> + <file>hb-showqueue.svg</file> + <file>hb-source.svg</file> + <file>hb-start.svg</file> + <file>hb-stop.svg</file> + </gresource> +</gresources> |