The branch, master has been updated via 4869754ee97d279f284aeddfb5cf6092211cf7b1 (commit) from 6d8aba1eaba4423f8c49f5dcb9883b152ef0324c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 4869754ee97d279f284aeddfb5cf6092211cf7b1 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 15 23:10:55 2012 +0100 fix LICENSE display with MUI ----------------------------------------------------------------------- Summary of changes: nsis_template.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) The diff of changes is: diff --git a/nsis_template.py b/nsis_template.py index 6fbb2cb..29a2170 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -145,14 +145,14 @@ var GSPRINT ; License data ; Not exactly translated, but it shows what's needed -LicenseLangString myLicenseData ${{LANG_ENGLISH}} "LICENSE.txt" -LicenseLangString myLicenseData ${{LANG_DUTCH}} "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" @@ -255,7 +255,7 @@ FunctionEnd ;Page instfiles !insertmacro MULTIUSER_PAGE_INSTALLMODE -!insertmacro MUI_PAGE_LICENSE +!insertmacro MUI_PAGE_LICENSE LICENSE.txt !insertmacro MUI_PAGE_DIRECTORY !insertmacro MUI_PAGE_INSTFILES hooks/post-receive -- pyhoca-gui.git (Python X2Go Client (wxPython GUI)) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).