From: <sir...@us...> - 2003-04-18 11:11:09
|
Update of /cvsroot/btplusplus/BT++/src/DlgPref In directory sc8-pr-cvs1:/tmp/cvs-serv29029/src/DlgPref Modified Files: DlgPref.py Log Message: - Fix for Linux compatibility. - Fix for move after download finish. Index: DlgPref.py =================================================================== RCS file: /cvsroot/btplusplus/BT++/src/DlgPref/DlgPref.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** DlgPref.py 29 Mar 2003 15:31:54 -0000 1.4 --- DlgPref.py 18 Apr 2003 11:11:06 -0000 1.5 *************** *** 101,108 **** wxWindow.__init__(self, parent, -1, name = name) ! wxStaticBox(self, -1, 'Downloading', wxPoint(5, 5), wxSize(314,82)) ! wxStaticBox(self, -1, 'Uploading', wxPoint(5, 92), wxSize(314,36)) ! wxStaticBox(self, -1, 'Transfer Limits', wxPoint(5,133), wxSize(314,41)) ! wxStaticBox(self, -1, 'Hashing', wxPoint(5,179), wxSize(314,82)) # Downloading --- 101,108 ---- wxWindow.__init__(self, parent, -1, name = name) ! wxStaticBox(self, -1, 'Downloading', wxPoint(5, 5), wxSize(314,82)) ! wxStaticBox(self, -1, 'Uploading', wxPoint(5, 92), wxSize(314,36)) ! wxStaticBox(self, -1, 'Transfer Limits (in KB/s)', wxPoint(5,133), wxSize(314,41)) ! wxStaticBox(self, -1, 'Hashing', wxPoint(5,179), wxSize(314,82)) # Downloading |