- Update moved to NSIS Update

- New icon, different from NSIS Menu's


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2198 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-02-20 19:30:49 +00:00
parent 2724ff44d3
commit 292f17eb48
6 changed files with 1 additions and 126 deletions

View file

@ -54,7 +54,7 @@ END
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON ICON DISCARDABLE "..\\..\\contrib\\icons\\modern-install.ico"
IDI_ICON ICON DISCARDABLE "..\\..\\contrib\\icons\\adni18-installer-B.ico"
IDI_SHELL ICON DISCARDABLE "shell.ico"
/////////////////////////////////////////////////////////////////////////////
@ -87,8 +87,6 @@ BEGIN
MENUITEM "Edit Script\tCtrl+E", IDM_EDITSCRIPT
MENUITEM "Browse Script\tCtrl+B", IDM_BROWSESCR
MENUITEM "Clear &Log Window\tCtrl+W", IDM_CLEARLOG
MENUITEM SEPARATOR
MENUITEM "Check for &Update", IDM_UPDATE
END
POPUP "&Help"
BEGIN