[Gpg4win-commits] r1672 - in trunk: . src
scm-commit@wald.intevation.org
scm-commit at wald.intevation.org
Tue Jun 21 17:12:46 CEST 2011
Author: emanuel
Date: 2011-06-21 17:12:45 +0200 (Tue, 21 Jun 2011)
New Revision: 1672
Modified:
trunk/ChangeLog
trunk/src/installer.nsi
Log:
Show English HOWTO-SMIME for all non-German languages.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-06-21 14:17:42 UTC (rev 1671)
+++ trunk/ChangeLog 2011-06-21 15:12:45 UTC (rev 1672)
@@ -1,3 +1,8 @@
+2011-06-21 Emanuel Schuetze <emanuel at intevation.de>
+
+ * src/installer.nsi: Show English HOWTO-SMIME.en.txt in installer
+ section for all non-German language.
+
2011-06-07 Colin Leroy <colin at colino.net>
* packages/packages.current: Update Claws Mail HTML plugin (last fix
Modified: trunk/src/installer.nsi
===================================================================
--- trunk/src/installer.nsi 2011-06-21 14:17:42 UTC (rev 1671)
+++ trunk/src/installer.nsi 2011-06-21 15:12:45 UTC (rev 1672)
@@ -534,6 +534,12 @@
"${TOP_SRCDIR}/doc/HOWTO-SMIME.en.txt"
LicenseLangString T_HowtoSmimeFile ${LANG_PORTUGUESE} \
"${TOP_SRCDIR}/doc/HOWTO-SMIME.en.txt"
+LicenseLangString T_HowtoSmimeFile ${LANG_CZECH} \
+ "${TOP_SRCDIR}/doc/HOWTO-SMIME.en.txt"
+LicenseLangString T_HowtoSmimeFile ${LANG_ARABIC} \
+ "${TOP_SRCDIR}/doc/HOWTO-SMIME.en.txt"
+LicenseLangString T_HowtoSmimeFile ${LANG_RUSSIAN} \
+ "${TOP_SRCDIR}/doc/HOWTO-SMIME.en.txt"
#---------------------------------------------
# From the old installation checking functions
More information about the Gpg4win-commits
mailing list