From: Brian S. <xue...@us...> - 2005-10-02 21:11:52
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6161 Modified Files: Tag: b0_22_2 getssl.nsh Log Message: getssl.nsh now uses a string formerly used only by the "SSL Setup" wizard. Rename this string and rearrange the language files to reflect the sharing of this string. Index: getssl.nsh =================================================================== RCS file: /cvsroot/popfile/windows/getssl.nsh,v retrieving revision 1.6.2.3 retrieving revision 1.6.2.4 diff -C2 -d -r1.6.2.3 -r1.6.2.4 *** getssl.nsh 2 Oct 2005 12:07:28 -0000 1.6.2.3 --- getssl.nsh 2 Oct 2005 14:57:43 -0000 1.6.2.4 *************** *** 235,239 **** DetailPrint "" SetDetailsPrint both ! DetailPrint "$(PSS_LANG_PROG_CHECKIFRUNNING) $(PFI_LANG_TAKE_SEVERAL_SECONDS)" SetDetailsPrint listonly DetailPrint "" --- 235,239 ---- DetailPrint "" SetDetailsPrint both ! DetailPrint "$(PFI_LANG_PROG_CHECKIFRUNNING) $(PFI_LANG_TAKE_SEVERAL_SECONDS)" SetDetailsPrint listonly DetailPrint "" |