fixing smoke test blocker bug 86879 - Unable to Install 20010620 Build of Netscape 6. r=sgehani, a=chofmann. affects only windows platforms
git-svn-id: svn://10.0.0.236/trunk@97616 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
a1741ef69e
commit
1456910711
@ -2411,8 +2411,7 @@ DWORD InitDlgReboot(diR *diDialog)
|
||||
diDialog->dwShowDialog = FALSE;
|
||||
if((diDialog->szTitle = NS_GlobalAlloc(MAX_BUF_MEDIUM)) == NULL)
|
||||
return(1);
|
||||
if(!GetPrivateProfileString("Messages", "DLG_REBOOT_TITLE", "", diDialog->szTitle, MAX_BUF, szFileIniInstall))
|
||||
return(1);
|
||||
GetPrivateProfileString("Messages", "DLG_REBOOT_TITLE", "", diDialog->szTitle, MAX_BUF_MEDIUM, szFileIniInstall);
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user