added function prefixes where missing

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5348 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2007-10-27 10:09:03 +00:00
parent 76094ad9ef
commit 62f174cc6b

View file

@ -417,7 +417,7 @@ Header file for creating custom installer pages with nsDialogs
WriteINIStr $0 "Field $R1" HWND2 $R8
${NSD_OnClick} $R8 OnFileBrowseButton
${NSD_OnClick} $R8 ${UNINSTALLER_FUNCPREFIX}OnFileBrowseButton
ReadINIStr $R9 $0 "Field $R1" State
@ -438,7 +438,7 @@ Header file for creating custom installer pages with nsDialogs
WriteINIStr $0 "Field $R1" HWND2 $R8
${NSD_OnClick} $R8 OnDirBrowseButton
${NSD_OnClick} $R8 ${UNINSTALLER_FUNCPREFIX}OnDirBrowseButton
ReadINIStr $R9 $0 "Field $R1" State