diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-22 23:40:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-22 23:40:12 +0000 |
| commit | c4cf2ae86bfe3369acd13212ba8df494496b4de0 (patch) | |
| tree | f9a14fb30a6594dbf98de7ed200c14d569fdccad /src | |
| parent | bc5df5cc9c2b11524938281f1b2043b185373020 (diff) | |
Fix previous.
Diffstat (limited to 'src')
| -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 be61bf433..d1760c327 100644 --- a/src/tools/dvdomatic.cc +++ b/src/tools/dvdomatic.cc @@ -451,6 +451,9 @@ setup_i18n () wxString prefix = paths->GetInstallPrefix(); locale->AddCatalogLookupPathPrefix (prefix); #endif + + locale->AddCatalog ("libdvdomatic-wx"); + locale->AddCatalog ("dvdomatic"); if (!locale->IsOk()) { delete locale; |
