From d2ba1b2cc4e35ebcbdd6e6a7fe825c4ab63e8b3a Mon Sep 17 00:00:00 2001 From: Cyril Laguilhon-Debat Date: Tue, 6 Sep 2011 14:06:42 +0200 Subject: [PATCH] Change location of locale/ directory necessary for windows compatibility --- pronterface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pronterface.py b/pronterface.py index aff073c..84610da 100755 --- a/pronterface.py +++ b/pronterface.py @@ -2,7 +2,7 @@ # Set up Internationalization using gettext import gettext -gettext.install('pronterface', '/usr/share/pronterface/locale', unicode=1) +gettext.install('pronterface', './locale', unicode=1) try: import wx