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
This commit is contained in:
Jeffrey Stedfast
2002-03-04 21:34:27 +00:00
committed by Jeffrey Stedfast
parent 046de2dc3f
commit 944f73858b
4 changed files with 8 additions and 3 deletions

View File

@ -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.

View File

@ -1,5 +1,5 @@
/* XPM */
static char * 16_forward_xpm[] = {
static char * forward_xpm[] = {
"16 16 32 1",
" c None",
". c #010101",

View File

@ -1,5 +1,5 @@
/* XPM */
static char * 16_reply_xpm[] = {
static char * reply_xpm[] = {
"16 16 27 1",
" c None",
". c #010101",

View File

@ -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",