From: Alex T. <ale...@us...> - 2005-12-26 19:08:15
|
Update of /cvsroot/pythoncard/PythonCard/samples/helpfulWrappers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21625/samples/helpfulWrappers Modified Files: helpfulWrappers.py Log Message: Fixed typos. Improved tooltip help for the sample. Index: helpfulWrappers.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/helpfulWrappers/helpfulWrappers.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** helpfulWrappers.py 2 Nov 2005 11:17:46 -0000 1.2 --- helpfulWrappers.py 26 Dec 2005 19:08:03 -0000 1.3 *************** *** 22,26 **** 'position':(100,10), 'label':'Test pop-ups!', ! 'toolTip':'try this', }, --- 22,26 ---- 'position':(100,10), 'label':'Test pop-ups!', ! 'toolTip':'try this - context-click and the pop-up will appear', }, |