Accept root $INSTDIR on the directory page too
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2967 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0314c522cc
commit
2f35a43cba
1 changed files with 1 additions and 1 deletions
|
@ -737,7 +737,7 @@ static BOOL CALLBACK DirProc(HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lPar
|
|||
ShowWindow(h,SW_SHOWNA);
|
||||
}
|
||||
#endif
|
||||
SetUITextNT(IDC_DIR,dir);
|
||||
SetUITextNT(IDC_DIR,addtrailingslash(dir));
|
||||
SetUITextFromLang(IDC_BROWSE,this_page->parms[2]);
|
||||
SetUITextFromLang(IDC_SELDIRTEXT,this_page->parms[1]);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue