diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-03-05 05:34:27 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-03-05 05:34:27 +0800 |
commit | 944f73858b5d8091199b6d3a9b243e797fad3e48 (patch) | |
tree | b0e7c446d9769e6a70f50032ddaed3c22e6369d9 /art | |
parent | 046de2dc3f4350ed949cc7df1e49b43bbf710a30 (diff) | |
download | gsoc2013-evolution-944f73858b5d8091199b6d3a9b243e797fad3e48.tar gsoc2013-evolution-944f73858b5d8091199b6d3a9b243e797fad3e48.tar.gz gsoc2013-evolution-944f73858b5d8091199b6d3a9b243e797fad3e48.tar.bz2 gsoc2013-evolution-944f73858b5d8091199b6d3a9b243e797fad3e48.tar.lz gsoc2013-evolution-944f73858b5d8091199b6d3a9b243e797fad3e48.tar.xz gsoc2013-evolution-944f73858b5d8091199b6d3a9b243e797fad3e48.tar.zst gsoc2013-evolution-944f73858b5d8091199b6d3a9b243e797fad3e48.zip |
Rename the internal structure to coincide with the filenames.
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.
svn path=/trunk/; revision=15908
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", |