The branch, master has been updated via ba2180e42bea8493a28f74eb3a038a5f6a4fb4ee (commit) from a013e6d00c1ed229dd091a5fad0658fc88b43fcb (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 ba2180e42bea8493a28f74eb3a038a5f6a4fb4ee Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Nov 15 22:58:05 2012 +0100 do not load the same language file twice ----------------------------------------------------------------------- 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 f24c652..caa5508 100644 --- a/nsis_template.py +++ b/nsis_template.py @@ -131,14 +131,14 @@ var WITHOUT_PULSEAUDIO var GSPRINT ; First is default -LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\English.nlf" -LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Dutch.nlf" +;;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\English.nlf" +;;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Dutch.nlf" ;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\French.nlf" -LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\German.nlf" +;;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\German.nlf" ;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Korean.nlf" -LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Russian.nlf" -LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Spanish.nlf" -LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Swedish.nlf" +;;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Russian.nlf" +;;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Spanish.nlf" +;;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Swedish.nlf" ;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\TradChinese.nlf" ;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\SimpChinese.nlf" ;LoadLanguageFile "${{NSISDIR}}\\Contrib\\Language files\\Slovak.nlf" 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)).