From 7ea72d80eb1ddefc8b43afa682f0bf20e9b67b7d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 20 Mar 2013 15:01:03 +0000 Subject: Try to set gettext up correctly. --- src/tools/dvdomatic.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools') diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index d0e4dd1f2..aa936523d 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -469,6 +469,8 @@ setup_i18n () language = wxLANGUAGE_ENGLISH; } } + + dvdomatic_setup_i18n (wx_to_std (locale->GetCanonicalName ())); } class App : public wxApp -- cgit v1.2.3