startmenu dll return >, not ^
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@1778 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
94a9cf9f7d
commit
a4d199684a
1 changed files with 1 additions and 1 deletions
|
@ -291,7 +291,7 @@
|
|||
Push ${MUI_TEMP1}
|
||||
|
||||
StrCpy ${MUI_TEMP1} ${MUI_STARTMENU_VARIABLE} 1
|
||||
StrCmp ${MUI_TEMP1} "^" no_startmenu_shortcuts
|
||||
StrCmp ${MUI_TEMP1} ">" no_startmenu_shortcuts
|
||||
|
||||
Pop ${MUI_TEMP1}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue