fixed bug #1891106 - Error flag not cleared after ReadRegStr in MUI StartMenu

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5540 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2008-02-16 17:37:04 +00:00
parent d04ee548e2
commit 1b3f415241

View file

@ -107,6 +107,8 @@ Start Menu folder page
StrCpy "${MUI_STARTMENUPAGE_VARIABLE}" $mui.StartMenuPage.RegistryLocation
${endif}
ClearErrors
${endif}
!endif