diff options
author | jstebbins <[email protected]> | 2008-09-09 23:14:28 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-09-09 23:14:28 +0000 |
commit | e57d4d0bf36c3b5d4691134d0fdb8171cb25f843 (patch) | |
tree | ad4dddfe057558ad5cd8fd5c02eb1d156079c709 /gtk/src/resources.list | |
parent | ebf4b4d663b9eeeed5d9632b5a2076355cff7145 (diff) |
LinGui: consolidate all resources into one stringified plist file that gets
compiled in. icons and everyting all rolled up into one ball-o-wax.
hehe, plists are cool
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1685 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/resources.list')
-rw-r--r-- | gtk/src/resources.list | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/gtk/src/resources.list b/gtk/src/resources.list new file mode 100644 index 000000000..170536bc5 --- /dev/null +++ b/gtk/src/resources.list @@ -0,0 +1,30 @@ +<resources> + <section name="icons"> + <icon name="hb-activity" file="hb-activity.32.png" /> + <icon name="hb-add-queue" file="hb-add-queue.32.png" /> + <icon name="hb-canceled" file="hb-canceled.16.png" /> + <icon name="hb-complete" file="hb-complete.16.png" /> + <icon name="hb-drawer" file="hb-drawer.32.png" /> + <icon name="hb-icon" file="hb-icon.128.png" /> + <icon name="hb-pause" file="hb-pause.32.png" /> + <icon name="hb-play" file="hb-play.32.png" /> + <icon name="hb-pref" file="hb-pref.32.png" /> + <icon name="hb-queue" file="hb-queue.32.png" /> + <icon name="hb-queue-delete" file="hb-queue-delete.16.png" /> + <icon name="hb-queue-job" file="hb-queue-job.16.png" /> + <icon name="hb-queue-pass1" file="hb-queue-pass1.16.png" /> + <icon name="hb-queue-pass2" file="hb-queue-pass2.16.png" /> + <icon name="hb-queue-subtitle" file="hb-queue-subtitle.16.png" /> + <icon name="hb-remove" file="hb-remove.32.png" /> + <icon name="hb-source" file="hb-source.32.png" /> + <icon name="hb-stop" file="hb-stop.32.png" /> + <icon name="hb-working0" file="hb-working0.16.png" /> + <icon name="hb-working1" file="hb-working1.16.png" /> + <icon name="hb-working2" file="hb-working2.16.png" /> + <icon name="hb-working3" file="hb-working3.16.png" /> + <icon name="hb-working4" file="hb-working4.16.png" /> + <icon name="hb-working5" file="hb-working5.16.png" /> + </section> + <plist name="internal-defaults" file="internal_defaults.xml" /> + <plist name="standard-presets" file="standard_presets.xml" /> +</resources> |