Update of /cvsroot/pythoncard/PythonCard/tools/resourceEditor/modules
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv566/modules
Modified Files:
resourceOutput.py
Log Message:
added actionBindings attribute
Index: resourceOutput.py
===================================================================
RCS file: /cvsroot/pythoncard/PythonCard/tools/resourceEditor/modules/resourceOutput.py,v
retrieving revision 1.31
retrieving revision 1.32
diff -C2 -d -r1.31 -r1.32
*** resourceOutput.py 4 Oct 2004 19:16:46 -0000 1.31
--- resourceOutput.py 24 Oct 2004 23:52:37 -0000 1.32
***************
*** 89,92 ****
--- 89,94 ----
if key == 'font' and repr(value) == dFont:
continue
+ if key == 'actionBindings' and value == {}:
+ continue
# KEA 2002-07-07
# what other Unicode strings do we need to deal with above?
|