installer: fix 2 things that went in my accidentally in last commit

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38821 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2011-05-23 04:21:10 +00:00
parent d964457d9a
commit ba19877fb9
2 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ Configuration of LyX installer
!define APP_DIR "${APP_NAME}${APP_SERIES_KEY}"
!define APP_DIR_USERDATA "${APP_NAME}${APP_SERIES_KEY}"
!define APP_INFO "${APP_NAME} - The Document Processor"
!define APP_COPYRIGHT "LyX is Copyright © 1995 by Matthias Ettrich, 1995-2011 by the LyX Team"
!define APP_COPYRIGHT "LyX is Copyright © 1995 by Matthias Ettrich, 1995-2011 by the LyX Team"
!define APP_RUN "bin\LyXLauncher.exe"

View File

@ -35,7 +35,7 @@ These typically need to be modified for each LyX release
# File locations
!define FILES_LYX "D:\LyXPackage2.0\LyX"
!define FILES_DEPS "D:\LyXSVN\LyX2.0.x\lyx-windows-deps-msvc2008"
!define FILES_DEPS "D:\LyXSVN\LyX2.0.x\lyx-windows-deps-msvc2010"
!define FILES_BUNDLE "D:\LyX\depsbundle"
!define FILES_QT "D:\Qt"
!define ClassFileDir "${FILES_LYX}\Resources\tex"