The branch, master has been updated via 337e86379c75a67cbd224d29ce26d50a7d702bc3 (commit) from ae0304eb4c90d488c0f72a5c47dffaabf52fb380 (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 337e86379c75a67cbd224d29ce26d50a7d702bc3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Fri Nov 16 11:45:40 2012 +0100 load language files first ----------------------------------------------------------------------- Summary of changes: nsis_template.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) The diff of changes is: diff --git a/nsis_template.py b/nsis_template.py index 3373703..2951d5f 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -47,12 +47,6 @@ InstallDirRegKey HKLM "Software\\{program_name}" "Install_Dir" ; OBSOLETE WITH MUI2: Request application privileges for Windows Vista ;RequestExecutionLevel admin -!define MULTIUSER_EXECUTIONLEVEL Highest -!define MULTIUSER_MUI -!define MULTIUSER_INSTALLMODE_COMMANDLINE -!include MultiUser.nsh -!include MUI2.nsh - !insertmacro MUI_LANGUAGE "English" ;first language is the default language ;!insertmacro MUI_LANGUAGE "French" !insertmacro MUI_LANGUAGE "German" @@ -111,6 +105,12 @@ InstallDirRegKey HKLM "Software\\{program_name}" "Install_Dir" ;!insertmacro MUI_LANGUAGE "Esperanto" ;!insertmacro MUI_LANGUAGE "Asturian" +!define MULTIUSER_EXECUTIONLEVEL Highest +!define MULTIUSER_MUI +!define MULTIUSER_INSTALLMODE_COMMANDLINE +!include MultiUser.nsh +!include MUI2.nsh + ;-------------------------------- ; Installer Language Configuration 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)).