diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-08 00:24:51 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-08 00:24:51 +0000 |
| commit | df499ab4fd81b3cf4686f2e97fd4c9cd339dfdff (patch) | |
| tree | c0d1fcb48fc92bce963d98960d8456ff7aa07b35 /src/tools | |
| parent | 793988bf48d6dcc0455dc30343e0bb7d316fc512 (diff) | |
More Windows i18n tinkering.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dvdomatic.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index d08975061..4874e6ef8 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -456,6 +456,9 @@ setup_i18n () #ifdef __WXGTK__ locale->AddCatalogLookupPathPrefix (wxT (LOCALE_PREFIX "/locale")); #endif +#ifdef __WXMSW__ + locale->AddCatalogLookupPathPrefix (wxT ("../locale")); +#endif locale->AddCatalog (wxT ("libdvdomatic-wx")); locale->AddCatalog (wxT ("dvdomatic")); |
