Fix windows i18n file install path.
authorCarl Hetherington <cth@carlh.net>
Fri, 8 Mar 2013 11:03:42 +0000 (11:03 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 8 Mar 2013 11:03:42 +0000 (11:03 +0000)
src/tools/dvdomatic.cc
windows/installer.nsi.32.in
windows/installer.nsi.64.in

index 4874e6ef856478406fe3571e5e49e52cc0dc2b3c..d089750614fbcf23b4bf2a6ca9a4817f3dd311a7 100644 (file)
@@ -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"));
index c90c97e71aa894fb1e14b1af15510c1bd299298e..5383907d5f0e9fe1cfbbe26850e93ffa8f156346 100644 (file)
@@ -93,7 +93,7 @@ File "%deps%/etc/ImageMagick/delegates.xml"
 SetOutPath "$PROFILE\.magick"
 File "%deps%/etc/ImageMagick/delegates.xml"
 
-SetOutPath "$INSTDIR\locale\fr_FR"
+SetOutPath "$INSTDIR\bin\fr_FR"
 
 File "%binaries%/src/tools/mo/fr_FR/dvdomatic.mo"
 File "%binaries%/src/lib/mo/fr_FR/libdvdomatic.mo"
index 6f7bc583027e3c306c36b74e11f4abaa36d2f16a..5b3f4854686221d9a27693ca1ca3f18976863a64 100644 (file)
@@ -103,7 +103,7 @@ File "%deps%/etc/ImageMagick/delegates.xml"
 SetOutPath "$PROFILE\.magick"
 File "%deps%/etc/ImageMagick/delegates.xml"
 
-SetOutPath "$INSTDIR\locale\fr_FR"
+SetOutPath "$INSTDIR\bin\fr_FR"
 
 File "%binaries%/src/tools/mo/fr_FR/dvdomatic.mo"
 File "%binaries%/src/lib/mo/fr_FR/libdvdomatic.mo"