[Pkg-owncloud-commits] [owncloud-client] 44/89: No language selection dialog - use Windows GUI langaage, which is default as of today with NSIS
Sandro Knauß
hefee-guest at moszumanska.debian.org
Sat Dec 14 01:02:34 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 13f5d29c3c14682a856fb6097e905983e45f866b
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Tue Dec 10 11:10:48 2013 +0100
No language selection dialog - use Windows GUI langaage, which is default as of today with NSIS
---
cmake/modules/NSIS.template.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/cmake/modules/NSIS.template.in b/cmake/modules/NSIS.template.in
index 83be04f..e0bee10 100644
--- a/cmake/modules/NSIS.template.in
+++ b/cmake/modules/NSIS.template.in
@@ -541,7 +541,8 @@ SectionEnd
Function .onInit
!insertmacro INSTALLOPTIONS_EXTRACT "NSIS.InstallOptions.ini"
- !insertmacro MUI_LANGDLL_DISPLAY
+ ; uncomment this line if you want to see the language selection
+ ;!insertmacro MUI_LANGDLL_DISPLAY
# load the selected language file
StrCmp $LANGUAGE ${LANG_GERMAN} German 0
--
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