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:
kichik 2003-09-26 14:17:01 +00:00
parent 0314c522cc
commit 2f35a43cba

View file

@ -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]);
}