view etc/letter.xpm @ 70740:f263eba56074

(init_environment): Simplify code that calls ExpandEnvironmentStrings and make buf1[] and buf2[] more visible for easier debugging.
author Eli Zaretskii <eliz@gnu.org>
date Fri, 19 May 2006 19:29:36 +0000
parents bc20bf61a6e9
children
line wrap: on
line source

/* XPM */
static char * letter_xpm[] = {
"14 10 2 1",
".	c opaque",
" 	c None",
"..............",
"...        ...",
".  .      .  .",
".   .    .   .",
".    ....    .",
".   . .. .   .",
".  .      .  .",
". .        . .",
"..          ..",
".............."};