[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.2.0.4-87-gf135580

X2Go dev team git-admin at x2go.org
Tue Aug 27 13:22:42 CEST 2013


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
       via  f135580befdc5dd364bca91c8a64e3d29dff4c88 (commit)
      from  337e86379c75a67cbd224d29ce26d50a7d702bc3 (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 nsis_template.py |   23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

The diff of changes is:
diff --git a/nsis_template.py b/nsis_template.py
index 2951d5f..8aca767 100644
--- a/nsis_template.py
+++ b/nsis_template.py
@@ -47,6 +47,12 @@ 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"
@@ -105,11 +111,6 @@ 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
 
 ;--------------------------------
 
@@ -141,14 +142,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"


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)).




More information about the x2go-commits mailing list