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/Makefile.am | |
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/Makefile.am')
-rw-r--r-- | gtk/src/Makefile.am | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am index 06e5f09dd..8fffaa337 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -16,30 +16,43 @@ HB_LIBS= \ endif icons = \ - hb-icon.128.png + hb-icon.256.png \ + hb-icon.128.png \ + hb-icon.64.png \ + hb-icon.48.png \ + hb-icon.32.png \ + hb-icon.24.png \ + hb-icon.22.png \ + hb-icon.16.png icons_dep = \ hb-activity.32.png \ + hb-activity.64.png \ hb-add-queue.32.png \ + hb-add-queue.64.png \ hb-canceled.16.png \ hb-complete.16.png \ - hb-drawer.32.png \ hb-status.32.png \ hb-status-empty.32.png \ hb-icon.128.png \ hb-icon.64.png \ hb-pause.32.png \ - hb-play.32.png \ + hb-pause.64.png \ + hb-start.32.png \ + hb-start.64.png \ hb-pref.32.png \ - hb-queue.32.png \ - hb-queue-delete.16.png \ + hb-showqueue.32.png \ + hb-showqueue.64.png \ + hb-remove.24.png \ + hb-remove.48.png \ hb-queue-job.16.png \ hb-queue-pass1.16.png \ hb-queue-pass2.16.png \ hb-queue-subtitle.16.png \ - hb-remove.32.png \ hb-source.32.png \ + hb-source.64.png \ hb-stop.32.png \ + hb-stop.64.png \ hb-working0.16.png \ hb-working1.16.png \ hb-working2.16.png \ |