From: Brian S. <xue...@us...> - 2005-03-04 14:44:40
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26629 Modified Files: installer.nsi Log Message: Remove some whitespace from the summary page to make it less ambiguous when the vertical scrollbar is enabled. Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.256 retrieving revision 1.257 diff -C2 -d -r1.256 -r1.257 *** installer.nsi 4 Mar 2005 02:00:31 -0000 1.256 --- installer.nsi 4 Mar 2005 14:44:23 -0000 1.257 *************** *** 1501,1505 **** start_summary: StrCpy $G_PLS_FIELD_1 "${L_TEMP}${IO_NL}${IO_NL}\ ! $(PFI_LANG_SUMMARY_BASICLIST)${IO_NL}" StrCpy ${L_TEMP} "${C_NLT}$(PFI_LANG_SUMMARY_NONE)" --- 1501,1505 ---- start_summary: StrCpy $G_PLS_FIELD_1 "${L_TEMP}${IO_NL}${IO_NL}\ ! $(PFI_LANG_SUMMARY_BASICLIST)" StrCpy ${L_TEMP} "${C_NLT}$(PFI_LANG_SUMMARY_NONE)" *************** *** 1535,1543 **** !endif StrCpy $G_PLS_FIELD_1 "$G_PLS_FIELD_1${L_TEMP}${IO_NL}${IO_NL}\ ! $(PFI_LANG_SUMMARY_OPTIONLIST)${IO_NL}" ; Check the optional components in alphabetic order ! StrCpy ${L_TEMP} "\t$(PFI_LANG_SUMMARY_NONE)" !insertmacro PFI_SectionNotSelected ${SecIMAP} check_nntp --- 1535,1543 ---- !endif StrCpy $G_PLS_FIELD_1 "$G_PLS_FIELD_1${L_TEMP}${IO_NL}${IO_NL}\ ! $(PFI_LANG_SUMMARY_OPTIONLIST)" ; Check the optional components in alphabetic order ! StrCpy ${L_TEMP} "${C_NLT}$(PFI_LANG_SUMMARY_NONE)" !insertmacro PFI_SectionNotSelected ${SecIMAP} check_nntp |