view docs/sample.gftp/dir.xpm @ 397:14ef37b62c20

2004-2-8 Brian Masney <masneyb@gftp.org> * src/gtk/gftp-gtk.h src/gtk/gtkui.c - added gftpui_gtk_get_utf8_file_pos() that will return the file in UTF8 format if it is available * src/gtk/gtkui_transfer.c src/gtk/transfer.c - call gftpui_gtk_get_utf8_file_pos() to display the file in the file transfer status. This fixes a bug where non-UTF8 files were being chopped off * src/text/textui.c src/uicommon/gftpui.c src/uicommon/gftpui.h src/text/gtkui_transfer.c - updated declaration of gftpui_add_file_to_transfer() * lib/protocols.c (gftp_swap_socks) - swap the SSL sockets between the two request structures * lib/ftps.c - added ftps_get_next_file() that will pull items from the cache properly * lib/Makefile.am - updated LOCALE_DIR declaration (from Sung-Hyun Nam <namsh@kldp.org>) * ChangeLog-old - updated summary of changes since 2.0.16 * TODO - removed several items that were completed
author masneyb
date Sun, 08 Feb 2004 16:19:26 +0000
parents 8b1883341c6f
children e999754d6106
line wrap: on
line source

/* XPM */
static char * dir_xpm[] = {
"16 14 28 1",
" 	c None",
".	c #000000",
"+	c #B6BB9A",
"@	c #9A9D82",
"#	c #9DA285",
"$	c #858871",
"%	c #E8EADF",
"&	c #DDDFC8",
"*	c #ECEDE2",
"=	c #C4C6B3",
"-	c #D2D3CA",
";	c #D6DABF",
">	c #C0C4A7",
",	c #CDD2AD",
"'	c #B8BC9D",
")	c #B2B798",
"!	c #A3A78C",
"~	c #868972",
"{	c #E3E5D4",
"]	c #7A7B68",
"^	c #6E6F60",
"/	c #A6AB8E",
"(	c #94987F",
"_	c #B1B596",
":	c #94967D",
"<	c #626556",
"[	c #D2D7B6",
"}	c #53554A",
"                ",
"   ....         ",
"  .+@+@.        ",
" .#$#$#$......  ",
" .%&*&*&%*=-;>. ",
" .;+,+,+,')!+~. ",
" .{,+,+,))!+!]. ",
" .;+,+,)+!+!!^. ",
" .{,+,)+!+!/(^. ",
" .;+,_+!+!!(:<. ",
" .{,_+!+!!::~<. ",
" .[]~]:]~]^<<}. ",
"  ............  ",
"                "};