diff options
author | nobody <nobody@localhost> | 2001-08-20 23:43:30 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-08-20 23:43:30 +0800 |
commit | 5fc6d1603d7a6280205f6220b2500adc78148990 (patch) | |
tree | ec1f6913db147c635df98f914ab6b3a1711e0fac /widgets/table/tree-unexpanded.xpm | |
parent | db79f8266e5055e6d5512016dfa518f71ce1a8cc (diff) | |
download | gsoc2013-evolution-LIBGNOMEFILESEL_0_2.tar.gz gsoc2013-evolution-LIBGNOMEFILESEL_0_2.tar.zst gsoc2013-evolution-LIBGNOMEFILESEL_0_2.zip |
This commit was manufactured by cvs2svn to create tagLIBGNOMEFILESEL_0_2
'LIBGNOMEFILESEL_0_2'.
svn path=/tags/LIBGNOMEFILESEL_0_2/; revision=12306
Diffstat (limited to 'widgets/table/tree-unexpanded.xpm')
-rw-r--r-- | widgets/table/tree-unexpanded.xpm | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/widgets/table/tree-unexpanded.xpm b/widgets/table/tree-unexpanded.xpm deleted file mode 100644 index e1b48448ba..0000000000 --- a/widgets/table/tree-unexpanded.xpm +++ /dev/null @@ -1,23 +0,0 @@ -/* XPM */ -static char * tree_unexpanded_xpm[] = { -"16 16 4 1", -" c None", -". c #FFFFFF", -"* c #000000", -"+ c #666666", -" ", -" ", -" ", -" ", -" +++++++++ ", -" +.......+ ", -" +...*...+ ", -" +...*...+ ", -" +.*****.+ ", -" +...*...+ ", -" +...*...+ ", -" +.......+ ", -" +++++++++ ", -" ", -" ", -" "}; |