Author: nextgens Date: 2008-06-21 10:49:02 +0000 (Sat, 21 Jun 2008) New Revision: 20554
Modified: trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd Log: new_installer: \second part of bug #2424: FProxy chooses l10n from OS locale rather than language used for installer Modified: trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh =================================================================== --- trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh 2008-06-21 10:42:24 UTC (rev 20553) +++ trunk/apps/new_installer/res/unix/bin/detect_port_availability.sh 2008-06-21 10:49:02 UTC (rev 20554) @@ -46,6 +46,7 @@ fi echo "fproxy.enabled=true" >> freenet.ini echo "fproxy.port=$FPROXY_PORT" >> freenet.ini +echo "node.l10n=$ISO3_LANG" >> freenet.ini # Translate if needed FILE="dont-close-me.html" Modified: trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd =================================================================== --- trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2008-06-21 10:42:24 UTC (rev 20553) +++ trunk/apps/new_installer/res/windows/bin/install_wrapper.cmd 2008-06-21 10:49:02 UTC (rev 20554) @@ -25,9 +25,10 @@ @move /Y browse2.cmd browse.cmd > NUL :configure_fproxy - at echo fproxy.enable=true >>freenet.ini - at echo fproxy.port=%FPROXY_PORT% >>freenet.ini - at echo fproxy.enablePersistentConnections=true >>freenet.ini + at echo fproxy.enable=true>>freenet.ini + at echo fproxy.port=%FPROXY_PORT%>>freenet.ini + at echo fproxy.enablePersistentConnections=true>>freenet.ini + at echo node.l10n=%ISO3_LANG%>>freenet.ini :: Try to detect a free, available port for fcp @set FCP_PORT=9481
