Correction of wrong commit

svn: r9275
This commit is contained in:
Peter Landgren 2007-10-30 11:12:29 +00:00
parent 4f6b7726f9
commit 56050eabb9

View File

@ -69,7 +69,7 @@ if os.environ.has_key("GRAMPSI18N"):
elif os.path.exists( os.path.join(const.ROOT_DIR, "lang") ):
loc = os.path.join(const.ROOT_DIR, "lang")
else:
loc = "/usr/local/share/locale"
loc = "/usr/share/locale"
try:
locale.setlocale(locale.LC_ALL,'C')