From bd7ff5eebac83a98431a72542f62f058d0a83a6d Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 21 Jan 2008 20:17:13 +0000 Subject: [PATCH] Point to index_d.html SVN revision: 2001 --- elog.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elog.nsi b/elog.nsi index 6e208752..e8f40ad9 100755 --- a/elog.nsi +++ b/elog.nsi @@ -150,7 +150,7 @@ Section "Start Menu Shortcuts" SecStart Delete "$SMPROGRAMS\ELOG\Demo Logbook (requires running server).lnk" WriteINIStr "$SMPROGRAMS\ELOG\Demo Logbook (requires running server).url" \ "InternetShortcut" "URL" "http://localhost:8080/demo/" - CreateShortCut "$SMPROGRAMS\ELOG\ELOG Documentation.lnk" "$INSTDIR\doc\index.html" + CreateShortCut "$SMPROGRAMS\ELOG\ELOG Documentation.lnk" "$INSTDIR\doc\index_d.html" CreateShortCut "$SMPROGRAMS\ELOG\Uninstall ELOG.lnk" "$INSTDIR\uninst_elog.exe" "" "$INSTDIR\uninst_elog.exe" 0 SectionEnd @@ -166,7 +166,7 @@ Function .onInstSuccess MessageBox MB_YESNO|MB_ICONQUESTION \ "Setup has completed. View readme file now?" \ IDNO NoReadme - ExecShell open '$INSTDIR\doc\index.html' + ExecShell open '$INSTDIR\doc\index_d.html' NoReadme: FunctionEnd