diff options
Diffstat (limited to 'calendar/gui/check-filled.xpm')
-rw-r--r-- | calendar/gui/check-filled.xpm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/calendar/gui/check-filled.xpm b/calendar/gui/check-filled.xpm new file mode 100644 index 0000000000..c0468fc25b --- /dev/null +++ b/calendar/gui/check-filled.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static const char * check_filled_xpm[] = { +"16 16 2 1", +" c None", +". c #000000", +" ", +" ", +" ............ ", +" . . ", +" . . . ", +" . .. . ", +" . ... . ", +" . . ... . ", +" . .. ... . ", +" . ..... . ", +" . ... . ", +" . . . ", +" . . ", +" ............ ", +" ", +" "}; |