diff options
| -rw-r--r-- | etc/letter.xpm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/letter.xpm b/etc/letter.xpm index 8b9a54febb1..c79211f5347 100644 --- a/etc/letter.xpm +++ b/etc/letter.xpm | |||
| @@ -1,8 +1,8 @@ | |||
| 1 | /* XPM */ | 1 | /* XPM */ |
| 2 | static char * letter_xpm[] = { | 2 | static char * letter_xpm[] = { |
| 3 | "14 10 2 1", | 3 | "14 10 2 1", |
| 4 | ". c #000000", | 4 | ". c opaque", |
| 5 | " c #FFFFFF", | 5 | " c None", |
| 6 | "..............", | 6 | "..............", |
| 7 | "... ...", | 7 | "... ...", |
| 8 | ". . . .", | 8 | ". . . .", |