diff options
Diffstat (limited to 'art')
-rw-r--r-- | art/ChangeLog | 5 | ||||
-rw-r--r-- | art/forward.xpm | 2 | ||||
-rw-r--r-- | art/reply.xpm | 2 | ||||
-rw-r--r-- | art/reply_to_all.xpm | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/art/ChangeLog b/art/ChangeLog index 2a059aa6de..445a68f885 100644 --- a/art/ChangeLog +++ b/art/ChangeLog @@ -1,3 +1,8 @@ +2002-03-04 Jeffrey Stedfast <fejj@ximian.com> + + * forward.xpm, reply.xpm, reply_to_all.xpm: Rename the internal + structure to coincide with the filenames. + 2002-02-29 Ettore Perazzoli <ettore@ximian.com> * about-box.png, splash.png: New cool artwork from Jakub. diff --git a/art/forward.xpm b/art/forward.xpm index 7d2d1457df..fcb25802a1 100644 --- a/art/forward.xpm +++ b/art/forward.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * 16_forward_xpm[] = { +static char * forward_xpm[] = { "16 16 32 1", " c None", ". c #010101", diff --git a/art/reply.xpm b/art/reply.xpm index 059d3ebc12..681801c7d7 100644 --- a/art/reply.xpm +++ b/art/reply.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * 16_reply_xpm[] = { +static char * reply_xpm[] = { "16 16 27 1", " c None", ". c #010101", diff --git a/art/reply_to_all.xpm b/art/reply_to_all.xpm index 0c0a00e020..be5c633f2a 100644 --- a/art/reply_to_all.xpm +++ b/art/reply_to_all.xpm @@ -1,5 +1,5 @@ /* XPM */ -static char * 16_reply_to_all_xpm[] = { +static char * reply_to_all_xpm[] = { "16 16 33 1", " c None", ". c #010101", |