diff options
author | fabrixxm <fabrix.xm@gmail.com> | 2012-02-15 03:51:44 -0800 |
---|---|---|
committer | fabrixxm <fabrix.xm@gmail.com> | 2012-02-15 03:51:44 -0800 |
commit | 16f00cb73b4d9acbe15e636b3ab69f81c793a6c7 (patch) | |
tree | 3295a7a41dcff773ecec457c62d8408eb31a396c /images/icons/Makefile | |
parent | 07ca8d6574cc8b7f582bc55551290bf5f88ba8e2 (diff) | |
parent | 73bee08ac2ce4e89ab365d23f431f5e0c465abd6 (diff) | |
download | volse-hubzilla-16f00cb73b4d9acbe15e636b3ab69f81c793a6c7.tar.gz volse-hubzilla-16f00cb73b4d9acbe15e636b3ab69f81c793a6c7.tar.bz2 volse-hubzilla-16f00cb73b4d9acbe15e636b3ab69f81c793a6c7.zip |
Merge pull request #36 from fabrixxm/master
Missing icons in 'quattro' and ajax events calendar
Diffstat (limited to 'images/icons/Makefile')
-rwxr-xr-x | images/icons/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/images/icons/Makefile b/images/icons/Makefile index 00c4fa4c2..bfb5927df 100755 --- a/images/icons/Makefile +++ b/images/icons/Makefile @@ -2,7 +2,8 @@ IMAGES=add.png edit.png gear.png info.png menu.png \ notify_off.png star.png delete.png feed.png group.png \ lock.png notice.png notify_on.png user.png link.png \ - play.png plugin.png unlock.png + play.png plugin.png unlock.png zip.png audio.png video.png \ + image.png text.png DESTS=10/ 16/ 22/ 48/ \ $(addprefix 10/, $(IMAGES)) \ |