15 Nov 2012 22:59
pyhoca-gui.git - master (branch) updated: 0.2.0.4-79-gba2180e
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@...>
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
<at> <at> -131,14 +131,14 <at> <at> 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
RSS Feed