diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-11 03:20:39 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1999-12-11 03:20:39 +0800 |
commit | 863f8aa634005c6400d629c353f5fed485106fce (patch) | |
tree | e1b5d0deeff27c25c0a166e016be69cbf0bb9d94 /widgets/e-table/add-col.xpm | |
parent | 5f0aabc21272eb164a6f9c7651f56979e97187a2 (diff) | |
download | gsoc2013-evolution-863f8aa634005c6400d629c353f5fed485106fce.tar gsoc2013-evolution-863f8aa634005c6400d629c353f5fed485106fce.tar.gz gsoc2013-evolution-863f8aa634005c6400d629c353f5fed485106fce.tar.bz2 gsoc2013-evolution-863f8aa634005c6400d629c353f5fed485106fce.tar.lz gsoc2013-evolution-863f8aa634005c6400d629c353f5fed485106fce.tar.xz gsoc2013-evolution-863f8aa634005c6400d629c353f5fed485106fce.tar.zst gsoc2013-evolution-863f8aa634005c6400d629c353f5fed485106fce.zip |
Add missing files
svn path=/trunk/; revision=1480
Diffstat (limited to 'widgets/e-table/add-col.xpm')
-rw-r--r-- | widgets/e-table/add-col.xpm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/widgets/e-table/add-col.xpm b/widgets/e-table/add-col.xpm new file mode 100644 index 0000000000..9c5f314c8e --- /dev/null +++ b/widgets/e-table/add-col.xpm @@ -0,0 +1,22 @@ +/* XPM */ +static char * add_col_xpm[] = { +"16 16 3 1", +" c None", +". c #000000", +"+ c #FFFFFF", +" ", +" ", +" ", +" ", +" .............. ", +" .++++++++++++. ", +" .++++++++++++. ", +" ....+++....... ", +" .+. ", +" . ", +" ", +" ", +" ", +" ", +" ", +" "}; |