Changeset 9898 for trunk/src/common/config.py
- Timestamp:
- 07/08/08 20:49:51 (5 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/config.py
r9886 r9898 252 252 'check_idle_every_foo_seconds': [opt_int, 2, _('Choose interval between 2 checks of idleness.')], 253 253 'latex_png_dpi': [opt_str, '108',_('Change the value to change the size of latex formulas displayed. The higher is larger.') ], 254 'uri_schemes': [opt_str, 'http https ftp ftps gopher news ed2k irc magnet sip', _('Valid uri schemes. Only schemes in this list will be made accepted as "real" uri.')], 254 255 } 255 256
