From 2f35a43cbab47d78fd1f98e12c4561fe07976633 Mon Sep 17 00:00:00 2001 From: kichik Date: Fri, 26 Sep 2003 14:17:01 +0000 Subject: [PATCH] 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 --- Source/exehead/Ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/exehead/Ui.c b/Source/exehead/Ui.c index 6ddfd43c..1cb2094f 100644 --- a/Source/exehead/Ui.c +++ b/Source/exehead/Ui.c @@ -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]); }