diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-03-01 18:25:46 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-03-01 18:25:46 +0000 |
| commit | 7b3f53a88e86154587269826064aa4c0a067f253 (patch) | |
| tree | bca50e374991fefeeb1e8e5528900e626e788fcb /src/tools | |
| parent | 011572ec64f344779d06e0a149dd8e3823f79885 (diff) | |
| parent | 6ff79076d4a92dc6530a27e2a6cb3e07b6209821 (diff) | |
Merge branch 'master' of ssh://carlh.dnsalias.org/home/carl/git/dvdomatic
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/dvdomatic.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/dvdomatic.cc b/src/tools/dvdomatic.cc index 5f06b6786..ab34924aa 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -446,8 +446,8 @@ setup_i18n () locale->AddCatalogLookupPathPrefix (wxT (LOCALE_PREFIX "/locale")); #endif - locale->AddCatalog ("libdvdomatic-wx"); - locale->AddCatalog ("dvdomatic"); + locale->AddCatalog (wxT ("libdvdomatic-wx")); + locale->AddCatalog (wxT ("dvdomatic")); if (!locale->IsOk()) { delete locale; |
