aboutsummaryrefslogtreecommitdiff
path: root/src/pixmaps.h
diff options
context:
space:
mode:
authorjcid <devnull@localhost>2008-09-18 00:16:38 +0200
committerjcid <devnull@localhost>2008-09-18 00:16:38 +0200
commitf9da96dd24c8f8c83a88d0ed77d562aa456a33c4 (patch)
tree6a950a2728516159bde5d3d0da5c932cbbb21542 /src/pixmaps.h
parentd61666920e33d15d25ac6381e4f4c64f66165493 (diff)
- Implemented tabbed browsing.
Diffstat (limited to 'src/pixmaps.h')
-rw-r--r--src/pixmaps.h8
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",
" ",
" . . . ... ",
" . .. .. . . ",