From 7f0d23af481a7f1bdf65afb2d3675ef141a5260f Mon Sep 17 00:00:00 2001 From: Peter Landgren Date: Sat, 20 Feb 2010 17:17:32 +0000 Subject: [PATCH] Found another typo. svn: r14418 --- src/TransUtils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TransUtils.py b/src/TransUtils.py index 4cd711350..81ec9ecc6 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\\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.