From 065a34d0c9ef9d2f9b97b92339c247b15557cd9b Mon Sep 17 00:00:00 2001 From: "ssu%netscape.com" Date: Mon, 8 May 2000 22:44:55 +0000 Subject: [PATCH] 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 --- mozilla/xpinstall/wizard/windows/setup/dialogs.c | 1 - 1 file changed, 1 deletion(-) diff --git a/mozilla/xpinstall/wizard/windows/setup/dialogs.c b/mozilla/xpinstall/wizard/windows/setup/dialogs.c index 313ff0d2415..f4e2ea2c5f7 100644 --- a/mozilla/xpinstall/wizard/windows/setup/dialogs.c +++ b/mozilla/xpinstall/wizard/windows/setup/dialogs.c @@ -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 */