]> git.lyx.org Git - features.git/commitdiff
installer: fix 2 things that went in my accidentally in last commit
authorUwe Stöhr <uwestoehr@web.de>
Mon, 23 May 2011 04:21:10 +0000 (04:21 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Mon, 23 May 2011 04:21:10 +0000 (04:21 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38821 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/installer/include/declarations.nsh
development/Win32/packaging/installer/settings.nsh

index 7ef1a0a1528486f49ae3618aed82839fa69e692a..9699fab49e60c5b31769af2669af0fd563ebe1b5 100644 (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"
 
index 23aa788ce479f55b640866554d2ff168efcccbcd..2e3d5c09fc0409d5c278b941b1472bc68483d06a 100644 (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"