fix typo in commit 7a507a6

This commit is contained in:
Josip 2015-04-13 10:01:13 +02:00
parent 7a507a6b01
commit bb1e5f4e3d

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]