RE: [Boa Constr] Wrong dir for tips.txt in Utils.py
Status: Beta
Brought to you by:
riaan
From: Patrick K. O'B. <po...@or...> - 2001-09-06 01:30:27
|
I have a tips.txt file in my Docs directory. I also have a much older version in my data directory. I suspect that the code is fine, and maybe something went wrong with the installation. --- Patrick K. O'Brien Orbtech (http://www.orbtech.com) "I am, therefore I think." -----Original Message----- From: boa...@li... [mailto:boa...@li...]On Behalf Of Warnes, Gregory R Sent: Wednesday, September 05, 2001 8:01 PM To: 'Boa Constructor Users' Subject: [Boa Constr] Wrong dir for tips.txt in Utils.py When I started up Boa, the tips dialog complained that it couldn't find the tooltips file in Docs/tips.txt. It turns out that in the 0.13 CVS, the location is in data/tips.txt. Patch Below. -Greg $ cvs diff Utils.py Index: Utils.py =================================================================== RCS file: /cvsroot/boa-constructor/boa/Utils.py,v retrieving revision 1.21 diff -r1.21 Utils.py 270c270 < tp = wxCreateFileTipProvider(Preferences.toPyPath('Docs/tips.txt'), index) --- > tp = wxCreateFileTipProvider(Preferences.toPyPath('data/tips.txt'), index) 489c489 < \ No newline at end of file --- > LEGAL NOTICE Unless expressly stated otherwise, this message is confidential and may be privileged. It is intended for the addressee(s) only. Access to this E-mail by anyone else is unauthorized. If you are not an addressee, any disclosure or copying of the contents of this E-mail or any action taken (or not taken) in reliance on it is unauthorized and may be unlawful. If you are not an addressee, please inform the sender immediately. _______________________________________________ Boa-constructor-users mailing list Boa...@li... https://lists.sourceforge.net/lists/listinfo/boa-constructor-users |