diff options
author | Damon Chaplin <damon@helixcode.com> | 2000-06-17 07:52:52 +0800 |
---|---|---|
committer | Damon Chaplin <damon@src.gnome.org> | 2000-06-17 07:52:52 +0800 |
commit | 6c220a4ac7bea937ad529d4c39e755ae0d68c150 (patch) | |
tree | 135d68cc0f5922e2319b2f074a35ac3ebb7cc35a /calendar/gui/jump.xpm | |
parent | 78c8bb85778d35a4214ba6626829d180e12af9de (diff) | |
download | gsoc2013-evolution-6c220a4ac7bea937ad529d4c39e755ae0d68c150.tar.gz gsoc2013-evolution-6c220a4ac7bea937ad529d4c39e755ae0d68c150.tar.zst gsoc2013-evolution-6c220a4ac7bea937ad529d4c39e755ae0d68c150.zip |
new icon for the EWeekView to jump to the day.
2000-06-16 Damon Chaplin <damon@helixcode.com>
* gui/jump.xpm: new icon for the EWeekView to jump to the day.
* gui/Makefile.am (EXTRA_DIST): added jump.xpm
svn path=/trunk/; revision=3602
Diffstat (limited to 'calendar/gui/jump.xpm')
-rw-r--r-- | calendar/gui/jump.xpm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/calendar/gui/jump.xpm b/calendar/gui/jump.xpm new file mode 100644 index 0000000000..d974142d9a --- /dev/null +++ b/calendar/gui/jump.xpm @@ -0,0 +1,14 @@ +/* XPM */ +static char * jump_xpm[] = { +"16 8 3 1", +" c None", +". c #000000", +"+ c #FFFF00", +"................", +".++++++++++++++.", +".++++++++++++++.", +".++..++..++..++.", +".++..++..++..++.", +".++++++++++++++.", +".++++++++++++++.", +"................"}; |