fRestartAlert
fRestartAlert = new BAlert(B_TRANSLATE("Warning!"), text,
fRestartAlert->Go();
if (window->fRestartAlert != NULL
&& window->fRestartAlert->Lock()) {
window->fRestartAlert->Quit();
BAlert* fRestartAlert;