Changeset 3269

Show
Ignore:
Timestamp:
07/20/07 06:47:44 (1 year ago)
Author:
paul
Message:

Fixed docstring to match behavior.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/dabo/dApp.py

    r3266 r3269  
    12281228            _("""Specifies whether the web update option is shown in the menu. 
    12291229 
    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 Options 
     1230            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 
    12321232            screen by calling app.showWebUpdatePrefs() directly.""") ) 
    12331233 
    1234     UI = property(_getUI, _setUI, None,  
     1234    UI = property(_getUI, _setUI, None, 
    12351235            _("""Specifies the user interface to load, or None. (str) 
    12361236