This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch cvix/2.x in repository pyhoca-gui. commit b158d175a24ecb6a1174117c8c487ece9c8ebcca Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Feb 7 23:08:52 2014 +0100 CVix: more Dutch-only adaptation in NSIS template --- CVix_nsis_template.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CVix_nsis_template.py b/CVix_nsis_template.py index 9f4de36..7503968 100644 --- a/CVix_nsis_template.py +++ b/CVix_nsis_template.py @@ -119,14 +119,14 @@ InstallDirRegKey HKLM "Software\\{program_name}" "Install_Dir" ; License data ; Not exactly translated, but it shows what's needed -LicenseLangString myLicenseData ${{LANG_ENGLISH}} "LICENSE.txt" +;LicenseLangString myLicenseData ${{LANG_ENGLISH}} "LICENSE.txt" LicenseLangString myLicenseData ${{LANG_DUTCH}} "LICENSE.txt" ;LicenseLangString myLicenseData ${{LANG_FRENCH}} "LICENSE.txt" -LicenseLangString myLicenseData ${{LANG_GERMAN}} "LICENSE.txt" +;LicenseLangString myLicenseData ${{LANG_GERMAN}} "LICENSE.txt" ;LicenseLangString myLicenseData ${{LANG_KOREAN}} "LICENSE.txt" -LicenseLangString myLicenseData ${{LANG_RUSSIAN}} "LICENSE.txt" -LicenseLangString myLicenseData ${{LANG_SPANISH}} "LICENSE.txt" -LicenseLangString myLicenseData ${{LANG_SWEDISH}} "LICENSE.txt" +;LicenseLangString myLicenseData ${{LANG_RUSSIAN}} "LICENSE.txt" +;LicenseLangString myLicenseData ${{LANG_SPANISH}} "LICENSE.txt" +;LicenseLangString myLicenseData ${{LANG_SWEDISH}} "LICENSE.txt" ;LicenseLangString myLicenseData ${{LANG_TRADCHINESE}} "LICENSE.txt" ;LicenseLangString myLicenseData ${{LANG_SIMPCHINESE}} "LICENSE.txt" ;LicenseLangString myLicenseData ${{LANG_SLOVAK}} "LICENSE.txt" -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git