Changeset 7845 for branches/gajim_0.11/src/common
- Timestamp:
- 01/16/07 19:21:46 (23 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11/src/common/config.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/src/common/config.py
r7841 r7845 98 98 'remove */_ . So *abc* will be bold but with * * not removed.')], 99 99 'rst_formatting_outgoing_messages': [ opt_bool, False, 100 _('Uses ReStructured text markup for HTML, plus ascii formatting if selected.(If you want to use this, install docutils)')],100 _('Uses ReStructured text markup to send HTML, plus ascii formatting if selected. For syntax, see http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html (If you want to use this, install docutils)')], 101 101 'sounds_on': [ opt_bool, True ], 102 102 # 'aplay', 'play', 'esdplay', 'artsplay' detected first time only
