|
From: Kevin A. <ka...@us...> - 2004-05-09 19:46:39
|
Update of /cvsroot/pythoncard/PythonCard/tools/resourceEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20248/tools/resourceEditor Modified Files: resourceEditor.py Log Message: converted tabs to spaces or deleted rogue lines Index: resourceEditor.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/resourceEditor/resourceEditor.py,v retrieving revision 1.191 retrieving revision 1.192 diff -C2 -d -r1.191 -r1.192 *** resourceEditor.py 9 May 2004 03:58:03 -0000 1.191 --- resourceEditor.py 9 May 2004 19:46:25 -0000 1.192 *************** *** 154,158 **** (wx.ACCEL_CTRL, ord('C'), self.menuBar.getMenuId('menuEditCopy')), (wx.ACCEL_CTRL, ord('X'), self.menuBar.getMenuId('menuEditCut')), ! (wx.ACCEL_CTRL, ord('V'), self.menuBar.getMenuId('menuEditPaste')) ]) self.SetAcceleratorTable(acctbl) --- 154,158 ---- (wx.ACCEL_CTRL, ord('C'), self.menuBar.getMenuId('menuEditCopy')), (wx.ACCEL_CTRL, ord('X'), self.menuBar.getMenuId('menuEditCut')), ! (wx.ACCEL_CTRL, ord('V'), self.menuBar.getMenuId('menuEditPaste')) ]) self.SetAcceleratorTable(acctbl) |