~ubuntu-branches/ubuntu/trusty/gespeaker/trusty-proposed

« back to all changes in this revision

Viewing changes to src/Settings.py

  • Committer: Bazaar Package Importer
  • Author(s): Fabio Castelli
  • Date: 2010-10-09 13:01:19 UTC
  • Revision ID: james.westby@ubuntu.com-20101009130119-8rphq9zjam7g47mw
Tags: 0.7-2
* debian/control: bump Standards-Version 3.9.1
* Switched to format 3.0 (quilt)
* Change mbrola voices path (Closes: #597406)

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
    'VoiceDelay': [int, 10, __sectionVoiceSetting],
77
77
    'VoiceTypeMale': [strbool, True, __sectionVoiceSetting],
78
78
    'VoiceLanguage': [str, _('default language'), __sectionVoiceSetting],
79
 
    'VoicesmbPath': [str, '/usr/share/mbrola/voices', __sectionMbrola]
 
79
    'VoicesmbPath': [str, '/usr/share/mbrola', __sectionMbrola]
80
80
  }
81
81
 
82
82
def save(filename=conffile, clearDefaults=False):