From: Kevin A. <ka...@us...> - 2004-04-30 16:26:21
|
Update of /cvsroot/pythoncard/PythonCard/tools/resourceEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16207/tools/resourceEditor Modified Files: resourceEditor.py resourceEditor.rsrc.py Log Message: changed from on_menuFileExit_select to on_exit_command Background method Index: resourceEditor.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/resourceEditor/resourceEditor.py,v retrieving revision 1.187 retrieving revision 1.188 diff -C2 -d -r1.187 -r1.188 *** resourceEditor.py 25 Apr 2004 23:12:46 -0000 1.187 --- resourceEditor.py 30 Apr 2004 16:26:12 -0000 1.188 *************** *** 907,913 **** - def on_menuFileExit_select(self, event): - self.close() - def on_menuHelpAbout_select(self, event): dialog.scrolledMessageDialog(self, self.readme, 'About resourceEditor...') --- 907,910 ---- Index: resourceEditor.rsrc.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/resourceEditor/resourceEditor.rsrc.py,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** resourceEditor.rsrc.py 16 Apr 2004 23:41:44 -0000 1.48 --- resourceEditor.rsrc.py 30 Apr 2004 16:26:12 -0000 1.49 *************** *** 65,68 **** --- 65,69 ---- 'name':'menuFileExit', 'label':'E&xit\tAlt+X', + 'command':'exit', }, ] |