From 74e1965e2e4c99e1be9dfd83f6534c379878ebf2 Mon Sep 17 00:00:00 2001 From: Yann Leboulanger Date: Thu, 28 Oct 2010 13:18:37 +0200 Subject: [PATCH] fix typo --- src/gajim.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gajim.py b/src/gajim.py index 600d8a4b7..230e5d3cd 100644 --- a/src/gajim.py +++ b/src/gajim.py @@ -54,7 +54,7 @@ if os.name == 'nt': import ctypes.util libintl_path = ctypes.util.find_library('intl') if libintl_path == None: - local_intl = ok.path.join('gtk', 'bin', 'intl.dll') + local_intl = os.path.join('gtk', 'bin', 'intl.dll') if os.path.exists(local_intl): libintl_path = local_intl if libintl_path == None: