From 3cfcfa8a5b1781138c20e7e9e7869ff73f5bbbca Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sat, 20 Feb 2010 13:30:11 +0000 Subject: [PATCH] Found a typo. svn: r14415 --- src/TransUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TransUtils.py b/src/TransUtils.py index 1088af488..4cd711350 100644 --- a/src/TransUtils.py +++ b/src/TransUtils.py @@ -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.