show_ascii_formatting_chars is now True by default

This commit is contained in:
Yann Leboulanger 2006-06-14 08:54:41 +00:00
parent b7cc1bd94d
commit 0e03f023ea
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class Config:
'emoticons_theme': [opt_str, 'static', '', True ],
'ascii_formatting': [ opt_bool, True,
_('Treat * / _ pairs as possible formatting characters.'), True],
'show_ascii_formatting_chars': [ opt_bool, False , _('If True, do not '
'show_ascii_formatting_chars': [ opt_bool, True , _('If True, do not '
'remove */_ . So *abc* will be bold but with * * not removed.')],
'sounds_on': [ opt_bool, True ],
# 'aplay', 'play', 'esdplay', 'artsplay' detected first time only