From: Kevin A. <ka...@us...> - 2004-08-03 15:57:21
|
Update of /cvsroot/pythoncard/PythonCard/samples/twistedEchoClient In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14211/twistedEchoClient Modified Files: twistedEchoClient.rsrc.py Log Message: fixed path issue with config loading Index: twistedEchoClient.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/twistedEchoClient/twistedEchoClient.rsrc.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** twistedEchoClient.rsrc.py 10 May 2004 05:02:45 -0000 1.2 --- twistedEchoClient.rsrc.py 3 Aug 2004 15:57:12 -0000 1.3 *************** *** 37,41 **** 'name':'buttonLogin', 'position':(22, 140), ! 'size':(117, 26), 'label':'Login', }, --- 37,41 ---- 'name':'buttonLogin', 'position':(22, 140), ! 'size':(117, -1), 'label':'Login', }, *************** *** 58,62 **** 'name':'buttonSend', 'position':(151, 140), ! 'size':(125, 25), 'label':'Send', }, --- 58,62 ---- 'name':'buttonSend', 'position':(151, 140), ! 'size':(125, -1), 'label':'Send', }, |