installer: whitespace and changelog entry I forgot yesterday

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25128 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-06-04 23:51:55 +00:00
parent a54ede0aff
commit b733c626f0
3 changed files with 12 additions and 3 deletions

View File

@ -256,7 +256,7 @@ Function InstallAspellDictionary
StrCpy $AppSubfolder "Aspell"
StrCpy $AppFiles "$APPDATA\Aspell\Dictionaries"
Call CreateAppPathSub # function from LyXUtils.nsh
FunctionEnd
!endif # endif ${INSTALLER_TYPE} == "NotUpdate"

View File

@ -1,4 +1,13 @@
Version 4.04
Version 4.05
- LyX 1.6beta3
(list of current regressions: http://tinyurl.com/yu4the )
- When Aspell is installed together with this installer (this will be the
case when Aspell is not already installed), now every user on the PC
gets his personal word list files.
Version 4.04
- LyX 1.6beta1
(list of current regressions: http://tinyurl.com/yu4the )

View File

@ -162,7 +162,7 @@ Function AcroPref
FileWrite $R4 '\format "pdf3" "pdf" "PDF (dvipdfm)" "m" "pdfview" "" "document,vector"$\r$\n\
\format "pdf2" "pdf" "PDF (pdflatex)" "F" "pdfview" "" "document,vector"$\r$\n\
\format "pdf" "pdf" "PDF (ps2pdf)" "P" "pdfview" "" "document,vector"$\r$\n'
\format "pdf" "pdf" "PDF (ps2pdf)" "P" "pdfview" "" "document,vector"$\r$\n'
Push $0
FunctionEnd