зеркало из https://github.com/mozilla/pjs.git
fix for bug #32115 -extending the progress bar
This commit is contained in:
Родитель
04b0c1f507
Коммит
4b87846171
|
@ -759,12 +759,12 @@ int StartIB(CString parms, WIDGET *curWidget)
|
|||
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
|
||||
ReplaceXPIFiles();
|
||||
|
||||
dlg->SetWindowText(" Customization is in Progress \n ||||||");
|
||||
dlg->SetWindowText(" Customization is in Progress \n ||||||||||||||||||");
|
||||
|
||||
// Copy remaining default installer files into config
|
||||
// preserving any existing files that we created already
|
||||
|
@ -815,19 +815,19 @@ int StartIB(CString parms, WIDGET *curWidget)
|
|||
}
|
||||
|
||||
// Didn't work...
|
||||
dlg->SetWindowText(" Customization is in Progress \n |||||||||");
|
||||
dlg->SetWindowText(" Customization is in Progress \n |||||||||||||||||||||||||||");
|
||||
|
||||
invisible();
|
||||
|
||||
dlg->SetWindowText(" Customization is in Progress \n ||||||||||||");
|
||||
dlg->SetWindowText(" Customization is in Progress \n ||||||||||||||||||||||||||||||||||||");
|
||||
|
||||
AddThirdParty();
|
||||
|
||||
dlg->SetWindowText(" Customization is in Progress \n |||||||||||||||");
|
||||
dlg->SetWindowText(" Customization is in Progress \n |||||||||||||||||||||||||||||||||||||||||||||");
|
||||
|
||||
ReplaceINIFile();
|
||||
|
||||
dlg->SetWindowText(" Customization is in Progress \n ||||||||||||||||||");
|
||||
dlg->SetWindowText(" Customization is in Progress \n ||||||||||||||||||||||||||||||||||||||||||||||||||||||");
|
||||
|
||||
SetCurrentDirectory(olddir);
|
||||
CString TargetDir = GetGlobal("Root");
|
||||
|
@ -835,7 +835,7 @@ int StartIB(CString parms, WIDGET *curWidget)
|
|||
CString MozBrowser = GetBrowser();
|
||||
// CreateShortcut(MozBrowser, TargetFile, "HelpLink", TargetDir, FALSE);
|
||||
|
||||
dlg->SetWindowText(" Customization is in Progress \n |||||||||||||||||||||");
|
||||
dlg->SetWindowText(" Customization is in Progress \n |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||");
|
||||
newprog.DestroyWindow();
|
||||
return TRUE;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче