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:

committed by
Jeffrey Stedfast

parent
046de2dc3f
commit
944f73858b
@ -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.
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char * 16_forward_xpm[] = {
|
||||
static char * forward_xpm[] = {
|
||||
"16 16 32 1",
|
||||
" c None",
|
||||
". c #010101",
|
||||
|
@ -1,5 +1,5 @@
|
||||
/* XPM */
|
||||
static char * 16_reply_xpm[] = {
|
||||
static char * reply_xpm[] = {
|
||||
"16 16 27 1",
|
||||
" c None",
|
||||
". c #010101",
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user