diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-20 05:01:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-05-20 05:01:16 +0800 |
commit | 2d4004f5f7e9feae0ba658a9d08a9b333ea6b7be (patch) | |
tree | f064ef156b4f764f68efe24228b6509f590393f3 /art/48x48 | |
parent | 2f0ec5eae53c32c192335e46f23e488655d98b71 (diff) | |
download | gsoc2013-evolution-2d4004f5f7e9feae0ba658a9d08a9b333ea6b7be.tar gsoc2013-evolution-2d4004f5f7e9feae0ba658a9d08a9b333ea6b7be.tar.gz gsoc2013-evolution-2d4004f5f7e9feae0ba658a9d08a9b333ea6b7be.tar.bz2 gsoc2013-evolution-2d4004f5f7e9feae0ba658a9d08a9b333ea6b7be.tar.lz gsoc2013-evolution-2d4004f5f7e9feae0ba658a9d08a9b333ea6b7be.tar.xz gsoc2013-evolution-2d4004f5f7e9feae0ba658a9d08a9b333ea6b7be.tar.zst gsoc2013-evolution-2d4004f5f7e9feae0ba658a9d08a9b333ea6b7be.zip |
added 16x16 and 48x48 subdirs
svn path=/trunk/; revision=25989
Diffstat (limited to 'art/48x48')
-rw-r--r-- | art/48x48/.cvsignore | 2 | ||||
-rw-r--r-- | art/48x48/Makefile.am | 6 | ||||
-rw-r--r-- | art/48x48/stock_mail-flag-for-followup-done.png | bin | 0 -> 3273 bytes | |||
-rw-r--r-- | art/48x48/stock_mail-flag-for-followup.png | bin | 0 -> 3397 bytes |
4 files changed, 8 insertions, 0 deletions
diff --git a/art/48x48/.cvsignore b/art/48x48/.cvsignore new file mode 100644 index 0000000000..282522db03 --- /dev/null +++ b/art/48x48/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/art/48x48/Makefile.am b/art/48x48/Makefile.am new file mode 100644 index 0000000000..e4dc71153b --- /dev/null +++ b/art/48x48/Makefile.am @@ -0,0 +1,6 @@ +images48_DATA = \ + stock_mail-flag-for-followup.png \ + stock_mail-flag-for-followup-done.png + +EXTRA_DIST = \ + $(images48_DATA) diff --git a/art/48x48/stock_mail-flag-for-followup-done.png b/art/48x48/stock_mail-flag-for-followup-done.png Binary files differnew file mode 100644 index 0000000000..76f5c0b04e --- /dev/null +++ b/art/48x48/stock_mail-flag-for-followup-done.png diff --git a/art/48x48/stock_mail-flag-for-followup.png b/art/48x48/stock_mail-flag-for-followup.png Binary files differnew file mode 100644 index 0000000000..a387bd9521 --- /dev/null +++ b/art/48x48/stock_mail-flag-for-followup.png |