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

@ -106,7 +106,9 @@ Start Menu folder page
${if} $mui.StartMenuPage.RegistryLocation != ""
StrCpy "${MUI_STARTMENUPAGE_VARIABLE}" $mui.StartMenuPage.RegistryLocation
${endif}
ClearErrors
${endif}
!endif