From: Kevin A. <ka...@us...> - 2004-05-10 19:53:08
|
Update of /cvsroot/pythoncard/PythonCard/samples/custdb In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18942/samples/custdb Modified Files: custdb.ini Log Message: fixed DrawBitmap call to use DrawBitmapPoint (wxPython 2.5.2.x) Index: custdb.ini =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/custdb/custdb.ini,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** custdb.ini 26 Mar 2002 16:19:52 -0000 1.1 --- custdb.ini 10 May 2004 19:52:52 -0000 1.2 *************** *** 1,5 **** [ConfigData] - sortby = name - data = customerdata.csv selected = 2 --- 1,5 ---- [ConfigData] selected = 2 + data = customerdata.csv + sortby = name |