From: Kevin A. <al...@se...> - 2004-04-07 18:02:41
|
On Apr 7, 2004, at 10:30 AM, Kevin Altis wrote: > So, to verify this, simply comment out the lines menuLabel = > m.label.strip('&') and see if the problem goes away. If that's it > (FindMenuItem) then I'll have to do a workaround and do a 0.7.3.1 > release. > Oops, that should have been, replace menuLabel = m.label.strip('&') with menuLabel = m.label The diff in cvs... http://cvs.sourceforge.net/viewcvs.py/pythoncard/PythonCardPrototype/ menu.py?r1=text&tr1=1.22&r2=text&tr2=1.24&diff_format=h ka |