fixing bug 38588. creates correct destination path, not the one displayed with ... . affects only windows platforms

git-svn-id: svn://10.0.0.236/trunk@68728 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ssu%netscape.com
2000-05-08 22:44:55 +00:00
parent 76a13d70a5
commit 065a34d0c9

View File

@@ -672,7 +672,6 @@ LRESULT CALLBACK DlgProcSetupType(HWND hDlg, UINT msg, WPARAM wParam, LONG lPara
break;
case IDWIZNEXT:
GetDlgItemText(hDlg, IDC_EDIT_DESTINATION, szTempSetupPath, MAX_PATH);
lstrcpy(sgProduct.szPath, szTempSetupPath);
/* check for legacy file. We're trying not to install over an old incompatible version */