From ba19877fb9f32ddfdc2b47f1938059f91a8730a3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Mon, 23 May 2011 04:21:10 +0000 Subject: [PATCH] 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 --- development/Win32/packaging/installer/include/declarations.nsh | 2 +- development/Win32/packaging/installer/settings.nsh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/Win32/packaging/installer/include/declarations.nsh b/development/Win32/packaging/installer/include/declarations.nsh index 7ef1a0a152..9699fab49e 100644 --- a/development/Win32/packaging/installer/include/declarations.nsh +++ b/development/Win32/packaging/installer/include/declarations.nsh @@ -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" diff --git a/development/Win32/packaging/installer/settings.nsh b/development/Win32/packaging/installer/settings.nsh index 23aa788ce4..2e3d5c09fc 100644 --- a/development/Win32/packaging/installer/settings.nsh +++ b/development/Win32/packaging/installer/settings.nsh @@ -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" -- 2.39.2