fix typo in commit 7a507a6

This commit is contained in:
Josip 2015-04-13 10:01:13 +02:00 committed by Ross Gammon
parent 34c0668866
commit ad42e741e2

View File

@ -209,7 +209,7 @@ class GrampsLocale(object):
self.lang = loc[0]
self.encoding = loc[1]
else:
(lang, loc) = _check_mswin_locale(locale.getdefaultlocale()[0]))
(lang, loc) = _check_mswin_locale(locale.getdefaultlocale()[0])
if lang:
self.lang = lang
self.encoding = loc[1]