[Boa Constr] Wrong dir for tips.txt in Utils.py
Status: Beta
Brought to you by:
riaan
From: Warnes, G. R <gre...@gr...> - 2001-09-06 01:01:03
|
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. |