diff options
author | jcid <devnull@localhost> | 2008-09-12 22:50:43 +0200 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-09-12 22:50:43 +0200 |
commit | f6940d9ad7ee28c7226b8e66798fb9537ae3e238 (patch) | |
tree | 107107039b36532f3a6b7a60c8fbdf211b415b3a /src/pixmaps.h | |
parent | 1289d19d8b8ccebb8a67adaece6ca8b6a92d2ac8 (diff) |
- Reverted an accidental testing code commit.
Diffstat (limited to 'src/pixmaps.h')
-rw-r--r-- | src/pixmaps.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pixmaps.h b/src/pixmaps.h index 3043ead4..43d2268b 100644 --- a/src/pixmaps.h +++ b/src/pixmaps.h @@ -1497,8 +1497,8 @@ static const char *const mini_ok_xpm[] = { /* XPM */ static const char *const imgload_on_xpm[] = { "15 15 2 1", -" c None", -". c #00000000CF3C", +" c #FFFFFFFFFFFF", +". c #00000000CF3C", " ", " . . . ... ", " . .. .. . . ", @@ -1518,8 +1518,8 @@ static const char *const imgload_on_xpm[] = { /* XPM */ static const char *const imgload_off_xpm[] = { "15 15 2 1", -" c None", -". c #CF3C00000000", +" c #FFFFFFFFFFFF", +". c #CF3C00000000", " ", " . . . ... ", " . .. .. . . ", |