[Gambas-user] Small typos in XMLRPC code

Benoît Minisini gambas at ...1...
Sat Aug 25 14:17:29 CEST 2012


Le 24/08/2012 11:52, Ron a écrit :
>
> gambas/2.0/gb.xml/src/rpc/gb.xml.rpc:
>
> RpcClient.class:  IF ME.Mode = RpcClient.httpAsync THEN RAISE
> BadReply("Unable to contact with server, or bad reply from server")
> RpcClient.class:      Error.Raise("Unable to contact with server, or bad
> reply from server")
>
> gambas/trunk/gb.xml/src/rpc/gb.xml.rpc/.src:
>
> RpcClient.class:  If Me.Mode = RpcClient.httpAsync Then Raise
> BadReply("Unable to contact with server, or bad reply from server")
> RpcClient.class:      Error.Raise("Unable to contact with server, or bad
> reply from server")
>
>
> "Unable to contact the server, or bad reply from server"
>
> Is better English I guess...
>
> Regards,
> Ron_2nd.
>

OK. I will fix that in /trunk. But by reading the code, I think that 
many other error messages should be rewritten!

Regards,

-- 
Benoît Minisini




More information about the User mailing list