[Pkg-owncloud-commits] [owncloud-client] 71/89: NSIS: English must be enumerated, too
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:38 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository owncloud-client.
commit 8491d95ca497fec3dbee6e67e2a9fda4a4fb4d8d
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Thu Dec 12 10:46:13 2013 +0100
NSIS: English must be enumerated, too
Fixes empty strings in installer.
---
cmake/modules/NSIS.template.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index e00788d..436bcce 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -545,6 +545,7 @@ Function .onInit
;!insertmacro MUI_LANGDLL_DISPLAY
# load the selected language file
+ StrCmp $LANGUAGE ${LANG_ENGLISH} English 0
StrCmp $LANGUAGE ${LANG_GERMAN} German 0
StrCmp $LANGUAGE ${LANG_DUTCH} Dutch 0
StrCmp $LANGUAGE ${LANG_FINNISH} Finnish 0
@@ -559,6 +560,9 @@ Function .onInit
StrCmp $LANGUAGE ${LANG_GREEK} Slovak 0
StrCmp $LANGUAGE ${LANG_GREEK} Turkish 0
StrCmp $LANGUAGE ${LANG_PORTUGUESEBR} Brazilian EndLanguageCmp
+ English:
+ !include "${source_path}/admin/win/nsi/l10n\English.nsh"
+ Goto EndLanguageCmp
German:
!include "${source_path}/admin/win/nsi/l10n\German.nsh"
Goto EndLanguageCmp
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list