diff options
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 43d2268b..3043ead4 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 #FFFFFFFFFFFF", -". c #00000000CF3C", +" c None", +". 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 #FFFFFFFFFFFF", -". c #CF3C00000000", +" c None", +". c #CF3C00000000", " ", " . . . ... ", " . .. .. . . ", |