diff options
author | nobody <nobody@localhost> | 2003-06-29 00:20:00 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2003-06-29 00:20:00 +0800 |
commit | 4cddaf4bc1e3eda6cee41e505258e01262e000f6 (patch) | |
tree | e521429188462e4446c632b5bd4b6f333e589995 /art/check-filled.xpm | |
parent | 5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f (diff) | |
download | gsoc2013-evolution-NEW_TEXT_START.tar.gz gsoc2013-evolution-NEW_TEXT_START.tar.zst gsoc2013-evolution-NEW_TEXT_START.zip |
This commit was manufactured by cvs2svn to create tagNEW_TEXT_START
'NEW_TEXT_START'.
svn path=/tags/NEW_TEXT_START/; revision=21664
Diffstat (limited to 'art/check-filled.xpm')
-rw-r--r-- | art/check-filled.xpm | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/art/check-filled.xpm b/art/check-filled.xpm deleted file mode 100644 index c0468fc25b..0000000000 --- a/art/check-filled.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static const char * check_filled_xpm[] = { -"16 16 2 1", -" c None", -". c #000000", -" ", -" ", -" ............ ", -" . . ", -" . . . ", -" . .. . ", -" . ... . ", -" . . ... . ", -" . .. ... . ", -" . ..... . ", -" . ... . ", -" . . . ", -" . . ", -" ............ ", -" ", -" "}; |