Fix previous.
authorCarl Hetherington <cth@carlh.net>
Fri, 22 Feb 2013 23:40:12 +0000 (23:40 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 22 Feb 2013 23:40:12 +0000 (23:40 +0000)
src/tools/dvdomatic.cc

index be61bf433abe435cf4344e18c8b6d4ba1f7fb995..d1760c327a1af2aef7cf18306028192e632fc430 100644 (file)
@@ -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;