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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user