77a629984c
* BUG: Correctly refresh the 'Recent' tab in the open project dialog. * BUG: SoftwareFarm: Forgot to make two strings translatable. git-svn-id: svn://localhost/gambas/trunk@6730 867c0c6c-44f3-4631-809d-bfa615b0a4ec
20 lines
551 B
XML
20 lines
551 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.6.90
|
|
Title=Client Socket Example
|
|
Startup=FrmMain
|
|
Icon=socket.png
|
|
Version=1.0.0
|
|
Component=gb.image
|
|
Component=gb.gui
|
|
Component=gb.net
|
|
Description="Client socket example.\n\nThis example shows how to use a socket to connect to a server. You should use the \"ServerSocket\" example as a testing peer."
|
|
Authors="Daniel Campos Fernández\nBenoît Minisini"
|
|
TabSize=2
|
|
Translate=1
|
|
Language=fr
|
|
Maintainer=benoit
|
|
Vendor=Example
|
|
Address=benoit@desnouettes
|
|
License=General Public Licence
|
|
Packager=1
|
|
Tags=Network
|