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:
joostverburg 2002-11-17 17:54:53 +00:00
parent 94a9cf9f7d
commit a4d199684a

View file

@ -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}