|
From: Kevin A. <al...@se...> - 2002-02-06 23:29:08
|
Another day, another typo found. Line 1185 of resourceEditor.py should be desc += SPACES * 4 + " 'command':'%s',\n" % menuItem.command Somehow I managed to delete the c in 'command'. Any edits on resource files that use menu commands would result in bogus output text of 'ommand' which you can search for in your own .rsrc.py files if you know you've done some edits with the resourceEditor. Anyway, cvs is fixed. ka |