fix typo in commit 93bd200

This commit is contained in:
Josip 2015-04-13 15:31:19 +02:00
parent 93bd200ea0
commit be1980e39a

View File

@ -208,7 +208,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]