From 49b36ab957a53cea103fe63e117c3fe244485eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Thu, 19 Feb 2009 23:31:03 +0100 Subject: Fix gettext library name --- portato/gui/windows/basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portato/gui/windows/basic.py b/portato/gui/windows/basic.py index f631376..b3f210c 100644 --- a/portato/gui/windows/basic.py +++ b/portato/gui/windows/basic.py @@ -25,7 +25,7 @@ from ...helper import error # for the GtkBuilder to translate correctly :) import ctypes try: - getlib = ctypes.cdll.LoadLibrary("libgettextlib.s") + getlib = ctypes.cdll.LoadLibrary("libgettextlib.so") except OSError: error("'libgettextlib.so' cannot be loaded. Might be, that there are no translations available in the GUI.") else: -- cgit v1.2.3