applied patch #1682748 - installer icon for message box

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5036 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-04-03 11:19:36 +00:00
parent 3ebe1d6d61
commit 53442f4f53
3 changed files with 25 additions and 1 deletions

View file

@ -3776,6 +3776,7 @@ int CEXEBuild::doCommand(int which_token, LineParser &line)
MBD(MB_ICONINFORMATION)
MBD(MB_ICONQUESTION)
MBD(MB_ICONSTOP)
MBD(MB_USERICON)
MBD(MB_TOPMOST)
MBD(MB_SETFOREGROUND)
MBD(MB_RIGHT)