fix for bug #32115 -extending the progress bar

This commit is contained in:
varada%netscape.com 2000-05-24 00:30:55 +00:00
Родитель 04b0c1f507
Коммит 4b87846171
1 изменённых файлов: 7 добавлений и 7 удалений

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

@ -759,12 +759,12 @@ int StartIB(CString parms, WIDGET *curWidget)
fclose(f); fclose(f);
} }
dlg->SetWindowText(" Customization is in Progress \n |||"); dlg->SetWindowText(" Customization is in Progress \n |||||||||");
// Put all the extracted files back into their new XPI homes // Put all the extracted files back into their new XPI homes
ReplaceXPIFiles(); ReplaceXPIFiles();
dlg->SetWindowText(" Customization is in Progress \n ||||||"); dlg->SetWindowText(" Customization is in Progress \n ||||||||||||||||||");
// Copy remaining default installer files into config // Copy remaining default installer files into config
// preserving any existing files that we created already // preserving any existing files that we created already
@ -815,19 +815,19 @@ int StartIB(CString parms, WIDGET *curWidget)
} }
// Didn't work... // Didn't work...
dlg->SetWindowText(" Customization is in Progress \n |||||||||"); dlg->SetWindowText(" Customization is in Progress \n |||||||||||||||||||||||||||");
invisible(); invisible();
dlg->SetWindowText(" Customization is in Progress \n ||||||||||||"); dlg->SetWindowText(" Customization is in Progress \n ||||||||||||||||||||||||||||||||||||");
AddThirdParty(); AddThirdParty();
dlg->SetWindowText(" Customization is in Progress \n |||||||||||||||"); dlg->SetWindowText(" Customization is in Progress \n |||||||||||||||||||||||||||||||||||||||||||||");
ReplaceINIFile(); ReplaceINIFile();
dlg->SetWindowText(" Customization is in Progress \n ||||||||||||||||||"); dlg->SetWindowText(" Customization is in Progress \n ||||||||||||||||||||||||||||||||||||||||||||||||||||||");
SetCurrentDirectory(olddir); SetCurrentDirectory(olddir);
CString TargetDir = GetGlobal("Root"); CString TargetDir = GetGlobal("Root");
@ -835,7 +835,7 @@ int StartIB(CString parms, WIDGET *curWidget)
CString MozBrowser = GetBrowser(); CString MozBrowser = GetBrowser();
// CreateShortcut(MozBrowser, TargetFile, "HelpLink", TargetDir, FALSE); // CreateShortcut(MozBrowser, TargetFile, "HelpLink", TargetDir, FALSE);
dlg->SetWindowText(" Customization is in Progress \n |||||||||||||||||||||"); dlg->SetWindowText(" Customization is in Progress \n |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||");
newprog.DestroyWindow(); newprog.DestroyWindow();
return TRUE; return TRUE;