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

This commit is contained in:
ssu%netscape.com 2000-05-08 22:44:55 +00:00
Родитель c7f451afae
Коммит 885953491e
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -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 */