view docs/sample.gftp/connect.xpm @ 783:6f766002bff2

2006-7-21 Brian Masney <masneyb@gftp.org> * src/gtk/misc-gtk.c (update_window_info) - fixed the default protocol dropdown when some protocols are disabled (from Aurelien Jarno <aurelien@aurel32.net>) (closes #348177) * src/uicommon/gftpui.c (_gftpui_common_thread_callback) - don't use pause(). This causes a problem on systems that use NPTL. Use nanosleep() instead (from Aurelien Jarno <aurelien@aurel32.net>) (closes #320883)
author masneyb
date Fri, 21 Jul 2006 13:17:33 +0000
parents 8b1883341c6f
children e999754d6106
line wrap: on
line source

/* XPM */

/* This was drawn by Sean Finkel <alarion@worldspy.net> */

static char * connect_xpm[] = {
"32 32 10 1",
" 	c None",
".	c #000000",
"+	c #C0C0C0",
"@	c #A0A0A4",
"#	c #FFFFFF",
"$	c #808080",
"%	c #00C000",
"&	c #008080",
"*	c #585858",
"=	c #00FF00",
"                  ..            ",
"                 .+@..          ",
"                .++++@..        ",
"      ..       .+++++++@..      ",
"     .+@..    .++++++++++@..    ",
"    .++++@.. .+++++++++++++@..  ",
"   .+++++++@.#+++++++++++++++@..",
"  .+++++++++.+##++++++++++++++$.",
" .++++++++++.+++##+++++++++++$$.",
".#++++++++++.+..@+##++++++++$$$.",
".+##++++++++.+.%..@+##+++++$$$$.",
".+++##++++++.+.%%%..@+##++$$$$$.",
".+..@+##++++.+.%%%%%..@+#$$$$$$.",
".+.&..@+##++.+.%%%%%%%.$+$$$$$$.",
".+.&&&..@+##.+.%%%%%%%%#+$$$$$$.",
".+.&&&&&..@+.+.%%%%%%%%#+$$$$$$.",
".+.&&&&&&&.$.+##%%%%%%%#+$$$$$$.",
".+.&&&&&&&&#+.@+##%%%%%#+$$$$$*.",
".+.&&&&&&&&#.@..@+##%%%#+$$$$*. ",
".+##&&&&&&&#.++@..@+##%#+$$$*.$.",
" .@+##&&&&&#.+=++@..@+##+$$*.$$.",
".@..@+##&&&#.++++++@..@++$*.$$$.",
".++@..@+##&#..@+++**@@..@*.$$$*.",
".+=++@..@+##+$..@+##**@@..$$$*. ",
".++++++@..@++$*...@@##**@$$$*.  ",
"..@+++**@@..@*.$$$..@@##+$$*.   ",
"  ..@+##**@@..$$$*. ..@++$*.    ",
"    ..@@##**@$$$*.    ..@*.     ",
"      ..@@##+$$*.       ..      ",
"        ..@++$*.                ",
"          ..@*.                 ",
"            ..                  "};