|
From: Kevin A. <ka...@us...> - 2004-08-15 17:35:36
|
Update of /cvsroot/pythoncard/PythonCard/samples/pictureViewer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24441/samples/pictureViewer Modified Files: pictureViewer.py Log Message: reversed message and title args for multipleChoiceDialog, singleChoiceDialog, textEntryDialog added singleChoiceDialog workaround for 2.5.2.7 added Alex to LICENSE.txt Index: pictureViewer.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/pictureViewer/pictureViewer.py,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** pictureViewer.py 12 Aug 2004 19:18:56 -0000 1.23 --- pictureViewer.py 15 Aug 2004 17:34:57 -0000 1.24 *************** *** 141,145 **** def on_menuImageScaleSize_select(self, event): ! result = dialog.textEntryDialog(self, "Scale image", "Scale by percent:", "") if result.accepted: try: --- 141,145 ---- def on_menuImageScaleSize_select(self, event): ! result = dialog.textEntryDialog(self, "Scale by percent:", "Scale image", "") if result.accepted: try: |