diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-08 11:03:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-08 11:03:42 +0000 |
| commit | 1895cfd9642f53dd4ea83e53a655f93c8a65b37e (patch) | |
| tree | 15e35adce3da88ab9b9f7c32fa3e3fc43e6100a1 /src/tools | |
| parent | df499ab4fd81b3cf4686f2e97fd4c9cd339dfdff (diff) | |
Fix windows i18n file install path.
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dvdomatic.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index 4874e6ef8..d08975061 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -456,9 +456,6 @@ 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")); |
