[Gpg4win-commits] r283 - trunk/src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Tue Apr 25 16:43:49 CEST 2006


Author: marcus
Date: 2006-04-25 16:43:49 +0200 (Tue, 25 Apr 2006)
New Revision: 283

Modified:
   trunk/src/installer.nsi
Log:
2006-04-22  Marcus Brinkmann  <marcus at g10code.de>

	* src/installer.nsi (T_InstOptLabelB): New string.
	(CustomPageOptions): Install new string.
	* src/installer-options.ini.in (Field 5): Add new field.
	(NumFields): Set to 5.
	* src/inst-sections.nsi: Do not install manuals and other
	documents in the quick launch bar.  Do not install the README on
	the desktop.



Modified: trunk/src/installer.nsi
===================================================================
--- trunk/src/installer.nsi	2006-04-25 10:34:52 UTC (rev 282)
+++ trunk/src/installer.nsi	2006-04-25 14:43:49 UTC (rev 283)
@@ -263,6 +263,8 @@
 	"Field 3" "Text"  "$(T_InstOptFieldB)"
   !insertmacro MUI_INSTALLOPTIONS_WRITE "installer-options.ini" \
 	"Field 4" "Text"  "$(T_InstOptFieldC)"
+  !insertmacro MUI_INSTALLOPTIONS_WRITE "installer-options.ini" \
+	"Field 5" "Text"  "$(T_InstOptLabelB)"
 
   !insertmacro MUI_INSTALLOPTIONS_DISPLAY "installer-options.ini"
 FunctionEnd
@@ -433,6 +435,12 @@
 LangString T_InstOptLabelA  ${LANG_GERMAN} \
      "Bitte wählen Sie, welche Verknüpfungen angelegt werden sollen:"
 
+LangString T_InstOptLabelB  ${LANG_ENGLISH} \
+     "(Only programs will be linked into the quick launch bar.)"
+LangString T_InstOptLabelB  ${LANG_GERMAN} \
+     "(In die Schnellstartleiste werden nur Verknüpfungen für \
+      Programme angelegt.) "
+
 LangString T_InstOptFieldA  ${LANG_ENGLISH} \
      "Start Menu"
 LangString T_InstOptFieldA  ${LANG_GERMAN} \



More information about the Gpg4win-commits mailing list