aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNotZed <NotZed@HelixCode.com>2000-02-19 12:14:20 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-02-19 12:14:20 +0800
commit363fba5b54b5519e191a9cdfd84146eeed014bdf (patch)
tree0d397b09534502efece5cfc369ae2deebe96c052
parent1c70e0090563eb9acfbcd59dcecbc833154d3747 (diff)
downloadgsoc2013-evolution-363fba5b54b5519e191a9cdfd84146eeed014bdf.tar
gsoc2013-evolution-363fba5b54b5519e191a9cdfd84146eeed014bdf.tar.gz
gsoc2013-evolution-363fba5b54b5519e191a9cdfd84146eeed014bdf.tar.bz2
gsoc2013-evolution-363fba5b54b5519e191a9cdfd84146eeed014bdf.tar.lz
gsoc2013-evolution-363fba5b54b5519e191a9cdfd84146eeed014bdf.tar.xz
gsoc2013-evolution-363fba5b54b5519e191a9cdfd84146eeed014bdf.tar.zst
gsoc2013-evolution-363fba5b54b5519e191a9cdfd84146eeed014bdf.zip
Added forgotten files.
2000-02-18 NotZed <NotZed@HelixCode.com> * blank/check.xpm: Added forgotten files. svn path=/trunk/; revision=1856
-rw-r--r--filter/ChangeLog2
-rwxr-xr-xfilter/blank.xpm22
-rwxr-xr-xfilter/check.xpm22
3 files changed, 46 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index a87ffb2a4f..5319a8070a 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,5 +1,7 @@
2000-02-18 NotZed <NotZed@HelixCode.com>
+ * blank/check.xpm: Added forgotten files.
+
* Uh, more changes, lots, its still work in progress.
2000-02-14 NotZed <notzed@helixcode.com>
diff --git a/filter/blank.xpm b/filter/blank.xpm
new file mode 100755
index 0000000000..499f7a04fc
--- /dev/null
+++ b/filter/blank.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char * blank_xpm[] = {
+"16 16 3 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+" ",
+" .............. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .............. ",
+" "};
diff --git a/filter/check.xpm b/filter/check.xpm
new file mode 100755
index 0000000000..74f9b56122
--- /dev/null
+++ b/filter/check.xpm
@@ -0,0 +1,22 @@
+/* XPM */
+static char * check_xpm[] = {
+"16 16 3 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+" ",
+" .............. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .+++++++++.++. ",
+" .++++++++..++. ",
+" .+++++++...++. ",
+" .++.+++...+++. ",
+" .++..+...++++. ",
+" .++.....+++++. ",
+" .+++...++++++. ",
+" .++++.+++++++. ",
+" .++++++++++++. ",
+" .++++++++++++. ",
+" .............. ",
+" "};