diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | art/mail-new.xpm | 2 | ||||
-rw-r--r-- | art/mail-read.xpm | 2 | ||||
-rw-r--r-- | art/mail-replied.xpm | 4 |
4 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,8 @@ +2000-12-14 Christopher James Lahey <clahey@helixcode.com> + + * art/mail-new.xpm, art/mail-read.xpm, art/mail-replied.xpm: Moved + these images each up one pixel. + 2000-12-14 Jeffrey Stedfast <fejj@helixcode.com> * NEWS: Update. diff --git a/art/mail-new.xpm b/art/mail-new.xpm index dee13fb6b3..767ec6366f 100644 --- a/art/mail-new.xpm +++ b/art/mail-new.xpm @@ -52,7 +52,6 @@ static char * mail_new_xpm[] = { " ", " ", " ", -" ", " .+......... ", " .@#########$. ", " .#%&*#*=*-;>. ", @@ -64,4 +63,5 @@ static char * mail_new_xpm[] = { " .cdeeedffghi. ", " ........... ", " ", +" ", " "}; diff --git a/art/mail-read.xpm b/art/mail-read.xpm index 81bcdf8fd3..b4e3160ab4 100644 --- a/art/mail-read.xpm +++ b/art/mail-read.xpm @@ -52,7 +52,6 @@ static char * mail_read_xpm[] = { "j c #DAD7D1", "k c #E0DCD5", "l c #222221", -" ", " ..... ", " .+++++. ", " .++++++@. ", @@ -67,4 +66,5 @@ static char * mail_read_xpm[] = { " .fghhhi++jkl. ", " ........... ", " ", +" ", " "}; diff --git a/art/mail-replied.xpm b/art/mail-replied.xpm index 9b398da7e0..06f4a7420a 100644 --- a/art/mail-replied.xpm +++ b/art/mail-replied.xpm @@ -37,7 +37,6 @@ static char * mail_replied_xpm[] = { " ", " ", " ", -" ", " .+......... ", " .@#########$. ", " .#%&*#*=*-;>. ", @@ -49,4 +48,5 @@ static char * mail_replied_xpm[] = { " .<[}}'!]^]]|/' ", " ....'!^^^12/' ", " '!//////3 ", -" ''4'''''' "}; +" ''4'''''' ", +" "}; |