Changeset 3301
- Timestamp:
- 07/31/07 10:38:09 (1 year ago)
- Files:
-
- trunk/dabo/ui/uiwx/dShell.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/ui/uiwx/dShell.py
r3290 r3301 27 27 def _afterInit(self): 28 28 super(_Shell, self)._afterInit() 29 30 # Workaround for the fact that otherwise, the global _() function will get 31 # replaced by the shell interpreter's default behavior of stuffing the 32 # results of the last function call into the global _(), resulting in all 33 # subsequent localization attempts failing: 34 self.interp.push("_ = _") 35 29 36 # Set some font defaults 30 37 plat = wx.Platform
