Changeset 3269
- Timestamp:
- 07/20/07 06:47:44 (1 year ago)
- Files:
-
- trunk/dabo/dApp.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/dApp.py
r3266 r3269 1228 1228 _("""Specifies whether the web update option is shown in the menu. 1229 1229 1230 If True , there will be a Web Update Options menu item in the Help menu.1231 If False (the default), your code can still start the Web Update Options1230 If True (the default), there will be a Web Update Options menu item in 1231 the Help menu. If False, your code can still start the Web Update Options 1232 1232 screen by calling app.showWebUpdatePrefs() directly.""") ) 1233 1233 1234 UI = property(_getUI, _setUI, None, 1234 UI = property(_getUI, _setUI, None, 1235 1235 _("""Specifies the user interface to load, or None. (str) 1236 1236
