|
From: Brian S. <xue...@us...> - 2008-01-09 12:22:09
|
Update of /cvsroot/popfile/windows In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8587 Modified Files: Tag: b0_22_2 installer.nsi Log Message: Update the comment about the renamed UI language file (next release will be 1.0.1 and not 1.1.0). Index: installer.nsi =================================================================== RCS file: /cvsroot/popfile/windows/installer.nsi,v retrieving revision 1.242.4.23 retrieving revision 1.242.4.24 diff -C2 -d -r1.242.4.23 -r1.242.4.24 *** installer.nsi 5 Jan 2008 14:38:36 -0000 1.242.4.23 --- installer.nsi 9 Jan 2008 12:22:05 -0000 1.242.4.24 *************** *** 1352,1357 **** File "..\engine\languages\*.msg" ! ; The 1.1.0 release renamed the Brazilian Portuguese UI language file ! ; so we need to remove any old versions of the file to avoid confusion Delete "$G_ROOTDIR\languages\Portugues do Brasil.msg" --- 1352,1357 ---- File "..\engine\languages\*.msg" ! ; After the 1.0.0 release the Brazilian Portuguese UI language file was ! ; renamed so we remove the old version of the file to avoid confusion Delete "$G_ROOTDIR\languages\Portugues do Brasil.msg" |