From: Daryl F. <fly...@sb...> - 2004-09-10 17:01:41
|
Okay, here's something that a little funny... You have spend five minutes or so tweaking a component in the resourceEditor. You aligned it perfectly, changed the text, labelled it nicely, etc. Then you accidentally hit the delete key. Gah! The delete confirmation dialog doesn't have a NO/CANCEL option! :) Any change of changing line 1116 of resourceEditor.py to: result = dialog.messageDialog(self, msg, 'Delete Component', wx.ICON_INFORMATION | wx.YES_NO | wx.NO_DEFAULT) It looks like the code is built to support this as it already checks for result.accepted. -Daryl |