annotate docs/gftp.desktop @ 124:65048c959029

2003-4-6 Brian Masney <masneyb@gftp.org> * lib/config_file.c src/text/gftp-text.c - changed arguments of gftp_read_config_file() and gftp_read_bookmarks() to take an argument to the path of the global config directory. The text/gtk+ port will just pass SHARE_DIR. The native MacOS X port that is in the works needs this (Nathan Robertson is currently working on this port) * lib/gftp.h lib/config_file.c - removed config variable type gftp_option_type_textarray * lib/gftp.h lib/config_file.c - removed copy_function from gftp_option_type_var. This is implemented with memcpy() instead * lib/rfc959.c - remember to rename all instances of firewall_* to ftp_proxy_* * lib/sshv2.c - improved generating the argument list for the ssh client * lib/sshv2.c lib/misc.c lib/gftp.h - added len argument to ptym_open() * lib/protocols.c lib/misc.c lib/config_file.c - use g_strdup() instead of g_malloc()/strcpy()
author masneyb
date Tue, 08 Apr 2003 01:43:33 +0000
parents 8b1883341c6f
children 71382528fce4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
1 [Desktop Entry]
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
2 Name=gFTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
3 Name[br]=gFTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
4 Name[da]=gFTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
5 Name[de]=gFTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
6 Name[es]=gFTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
7 Name[fr]=gFTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
8 Name[ja]=gFTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
9 Name[ko]=gFTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
10 Name[nl]=gFTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
11 Name[pl]=gFTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
12 Name[pt_BR]=gFTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
13 Name[zh_TW.Big5]=gFTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
14 Comment=Multithreaded ftp client
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
15 Comment[br]=Cliente de ftp multithreaded
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
16 Comment[da]=Flertrådet ftpklient
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
17 Comment[de]=Multithreaded FTP Programm
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
18 Comment[es]=Cliente FTP multihilo
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
19 Comment[fr]=Client ftp multithread
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
20 Comment[ja]=¥Þ¥ë¥Á¥¹¥ì¥Ã¥ÉFTP¥¯¥é¥¤¥¢¥ó¥È
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
21 Comment[ko]=´ÙÁß¾²·¹µå FTP ÇÁ·Î±×·¥
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
22 Comment[nl]=Multithreaded ftp programma
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
23 Comment[pl]=Wielozadaniowy klient FTP
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
24 Comment[pt_BR]=Cliente FTP multi-tarefa
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
25 Comment[zh_TW.Big5]=¦h½uºü ftp client
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
26 Exec=gftp
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
27 Icon=gftp.png
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
28 Terminal=0
8b1883341c6f Initial revision
masneyb
parents:
diff changeset
29 Type=Application