Change location of locale/ directory

necessary for windows compatibility
master
Cyril Laguilhon-Debat 2011-09-06 14:06:42 +02:00
parent 88a7b10c79
commit d2ba1b2cc4
1 changed files with 1 additions and 1 deletions

View File

@ -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