Found a typo.
svn: r14415
This commit is contained in:
parent
0828461144
commit
3cfcfa8a5b
@ -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\\intx.dll'
|
||||
intl_path = 'c:\\WINDOWS\\system\\int.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