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:
parent
76094ad9ef
commit
62f174cc6b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue