diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-01 13:48:00 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-01 13:48:00 +0800 |
commit | 710596ff993323e55caf7e0e20797cb72ac8827f (patch) | |
tree | 0540733f8ec30a5f031c3eb5df7a68e7c5fa7f65 /widgets/check-empty.xpm | |
parent | 8fcf8db2b22d66d6984b0c12b4864f285f4531ad (diff) | |
download | gsoc2013-evolution-710596ff993323e55caf7e0e20797cb72ac8827f.tar gsoc2013-evolution-710596ff993323e55caf7e0e20797cb72ac8827f.tar.gz gsoc2013-evolution-710596ff993323e55caf7e0e20797cb72ac8827f.tar.bz2 gsoc2013-evolution-710596ff993323e55caf7e0e20797cb72ac8827f.tar.lz gsoc2013-evolution-710596ff993323e55caf7e0e20797cb72ac8827f.tar.xz gsoc2013-evolution-710596ff993323e55caf7e0e20797cb72ac8827f.tar.zst gsoc2013-evolution-710596ff993323e55caf7e0e20797cb72ac8827f.zip |
Add missing files
svn path=/trunk/; revision=1448
Diffstat (limited to 'widgets/check-empty.xpm')
-rw-r--r-- | widgets/check-empty.xpm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/widgets/check-empty.xpm b/widgets/check-empty.xpm new file mode 100644 index 0000000000..68c2c168ce --- /dev/null +++ b/widgets/check-empty.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static const char * check_empty_xpm[] = { +"16 16 2 1", +" c None", +". c #000000", +" ", +" .............. ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" . . ", +" .............. ", +" "}; |