Found another typo.
svn: r14418
This commit is contained in:
parent
a35c4dc8e0
commit
7f0d23af48
@ -138,7 +138,7 @@ def setup_windows_gettext():
|
||||
translated = ""
|
||||
# 1. See if there is a intl.dll in Windows/system
|
||||
os_path = os.environ['PATH']
|
||||
intl_path = 'c:\\WINDOWS\\system\\int.dll'
|
||||
intl_path = 'c:\\WINDOWS\\system\\intl.dll'
|
||||
if os.path.isfile(intl_path):
|
||||
libintl = init_windows_gettext(intl_path)
|
||||
# Now check for translation.
|
||||
|
Loading…
Reference in New Issue
Block a user