aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/images/checked.xpm20
-rw-r--r--etc/images/unchecked.xpm20
3 files changed, 45 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index ce5ec4cdff9..4d074790f22 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12010-10-24 Chong Yidong <cyd@stupidchicken.com>
2
3 * images/checked.xpm:
4 * images/unchecked.xpm: New images.
5
12010-10-20 Richard Stallman <rms@gnu.org> 62010-10-20 Richard Stallman <rms@gnu.org>
2 7
3 * DISTRIB: Update donation section. 8 * DISTRIB: Update donation section.
diff --git a/etc/images/checked.xpm b/etc/images/checked.xpm
new file mode 100644
index 00000000000..4dbcb9e6fdd
--- /dev/null
+++ b/etc/images/checked.xpm
@@ -0,0 +1,20 @@
1/* XPM */
2static char * checked_xpm[] = {
3"12 12 5 1",
4" c None",
5". c gray20",
6"+ c white",
7"@ c gray70",
8"# c black",
9"............",
10"............",
11"..@@@@@@##+.",
12"..@@@@@@##+.",
13"..#@@@@##@+.",
14"..##@@@##@+.",
15"..###@##@@+.",
16"..@#####@@+.",
17"..@@###@@@+.",
18"..@++##++++.",
19".@+++++++++.",
20"............"};
diff --git a/etc/images/unchecked.xpm b/etc/images/unchecked.xpm
new file mode 100644
index 00000000000..85eec75230e
--- /dev/null
+++ b/etc/images/unchecked.xpm
@@ -0,0 +1,20 @@
1/* XPM */
2static char * unchecked_xpm[] = {
3"12 12 5 1",
4" c None",
5". c gray20",
6"+ c white",
7"@ c gray70",
8"# c black",
9"............",
10"............",
11"..@@@@@@@@+.",
12"..@@@@@@@@+.",
13"..@@@@@@@@+.",
14"..@@@@@@@@+.",
15"..@@@@@@@@+.",
16"..@@@@@@@@+.",
17"..@@@@@@@@+.",
18"..@++++++++.",
19".@+++++++++.",
20"............"};