Changeset 4318
- Timestamp:
- 07/24/2008 02:09:42 PM (1 month ago)
- Files:
-
- trunk/dabo/ui/uiwx/dDialog.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/ui/uiwx/dDialog.py
r4317 r4318 230 230 231 231 def _addControls(self): 232 # Tell wx not tointercept the esc key.233 self. SetEscapeId(wx.ID_NONE)232 # By default, don't intercept the esc key. 233 self.setEscapeButton(None) 234 234 235 235 # Set some default Sizer properties (user can easily override):
