Add Math to the start menu group too

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2951 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2003-09-22 23:20:47 +00:00
parent b2574f6b3b
commit 96efeda6b4

View file

@ -1004,6 +1004,14 @@ Section -post
Push AdvSplash
Call AddWorkspaceToStartMenu
; Math
Push Math
Call AddReadmeToStartMenu
Push "Math\Source\Math.sln"
Push "Source\Math project workspace"
Call AddContribToStartMenu
; NSISdl
Push NSISdl
Call AddReadmeToStartMenu