From: Kevin A. <ka...@us...> - 2004-10-01 00:00:22
|
Update of /cvsroot/pythoncard/PythonCard In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30108 Modified Files: about.py Log Message: bumped requirements reference to 2.5.2.8 Index: about.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/about.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** about.py 18 Aug 2004 16:25:55 -0000 1.4 --- about.py 1 Oct 2004 00:00:13 -0000 1.5 *************** *** 39,43 **** http://lists.sourceforge.net/lists/listinfo/pythoncard-users ! PythonCard requires Python 2.3 or later and wxPython 2.5.2.7 or later. """ dialog.scrolledMessageDialog(parent, txt, aboutTitle) --- 39,43 ---- http://lists.sourceforge.net/lists/listinfo/pythoncard-users ! PythonCard requires Python 2.3 or later and wxPython 2.5.2.8 or later. """ dialog.scrolledMessageDialog(parent, txt, aboutTitle) |