www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 9b4a07434a16b2ffbb3a39b22e421c935a526502
parent 4ac1c674310b49526cc8397f133648a16aa60e8f
Author: Eli Barzilay <eli@barzilay.org>
Date:   Tue, 25 May 2010 23:51:59 -0400

Change file references

original commit: c9a7baaffa14f616394d7fff3bc655a284e657bf

Diffstat:
Mcollects/meta/build/nsis/installer.nsi | 12++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/collects/meta/build/nsis/installer.nsi b/collects/meta/build/nsis/installer.nsi @@ -23,15 +23,15 @@ InstallDir "$PROGRAMFILES\${RKTDirName}" InstallDirRegKey HKLM "Software\${RKTRegName}" "" !endif !define MUI_STARTMENUPAGE_DEFAULTFOLDER "${RKTStartName}" -!define MUI_ICON "plt-installer.ico" -!define MUI_UNICON "plt-uninstaller.ico" +!define MUI_ICON "installer.ico" +!define MUI_UNICON "uninstaller.ico" !define MUI_HEADERIMAGE -!define MUI_HEADERIMAGE_BITMAP "plt-header.bmp" -!define MUI_HEADERIMAGE_BITMAP_RTL "plt-header-r.bmp" +!define MUI_HEADERIMAGE_BITMAP "header.bmp" +!define MUI_HEADERIMAGE_BITMAP_RTL "header-r.bmp" !define MUI_HEADERIMAGE_RIGHT -!define MUI_WELCOMEFINISHPAGE_BITMAP "plt-welcome.bmp" -!define MUI_UNWELCOMEFINISHPAGE_BITMAP "plt-welcome.bmp" +!define MUI_WELCOMEFINISHPAGE_BITMAP "welcome.bmp" +!define MUI_UNWELCOMEFINISHPAGE_BITMAP "welcome.bmp" !define MUI_WELCOMEPAGE_TITLE "${RKTHumanName} Setup" !define MUI_UNWELCOMEPAGE_TITLE "${RKTHumanName} Uninstall"