diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-20 15:01:03 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-20 15:01:03 +0000 |
| commit | 7ea72d80eb1ddefc8b43afa682f0bf20e9b67b7d (patch) | |
| tree | 0a1de6e36b93142d644e3dfb9963e11c5ecaf54b /src/tools | |
| parent | 8019a8c5a615d557bf54972f34a9faddebcbb93b (diff) | |
Try to set gettext up correctly.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dvdomatic.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
