diff options
Diffstat (limited to 'art')
-rw-r--r-- | art/ChangeLog | 5 | ||||
-rw-r--r-- | art/Makefile.am | 3 | ||||
-rw-r--r-- | art/pgp-signature-bad.png | bin | 0 -> 4233 bytes | |||
-rw-r--r-- | art/pgp-signature-nokey.png | bin | 0 -> 2907 bytes | |||
-rw-r--r-- | art/pgp-signature-ok.png | bin | 0 -> 3140 bytes |
5 files changed, 8 insertions, 0 deletions
diff --git a/art/ChangeLog b/art/ChangeLog index 3f164622d1..5e7b855bc0 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,8 @@ +2001-09-08 Jakub Steiner <jimmac@ximian.com> + + * pgp-signature-*: for the pgp signature checking + * Makefile.am (images_DATA): add the icon files + 2001-09-06 Chris Toshok <toshok@ximian.com> * Makefile.am (images_DATA): add ldap-16.png. diff --git a/art/Makefile.am b/art/Makefile.am index 768a3dd195..5c58169760 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -36,6 +36,9 @@ images_DATA = \ outbox-16.png \ outbox-full-16.png \ pattern.png \ + pgp-signature-bad.png \ + pgp-signature-nokey.png \ + pgp-signature-ok.png \ print.xpm \ print-preview.xpm \ rdf.png \ diff --git a/art/pgp-signature-bad.png b/art/pgp-signature-bad.png Binary files differnew file mode 100644 index 0000000000..82318fbb4d --- /dev/null +++ b/art/pgp-signature-bad.png diff --git a/art/pgp-signature-nokey.png b/art/pgp-signature-nokey.png Binary files differnew file mode 100644 index 0000000000..00250e090c --- /dev/null +++ b/art/pgp-signature-nokey.png diff --git a/art/pgp-signature-ok.png b/art/pgp-signature-ok.png Binary files differnew file mode 100644 index 0000000000..51782b0e40 --- /dev/null +++ b/art/pgp-signature-ok.png |