Changeset 2729
- Timestamp:
- 01/21/2007 09:13:49 PM (2 years ago)
- Files:
-
- trunk/dabo/ui/uiwx/dDialog.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/ui/uiwx/dDialog.py
r2524 r2729 35 35 # Hook method, so that we add the buttons last 36 36 self._addControls() 37 38 # Needed starting with wx 2.7, for the first control to have the focus: 39 self.setFocus() 37 40 38 41
