зеркало из https://github.com/mozilla/pjs.git
Bug 278860 - missed gPromptService change to Services.prompt in previous checkin - r=mossop
This commit is contained in:
Родитель
2383b8d44c
Коммит
e97df9ea19
|
@ -125,7 +125,7 @@ function acceptDialog()
|
||||||
var missingTitle = gProfileManagerBundle.getString("profileMissingTitle");
|
var missingTitle = gProfileManagerBundle.getString("profileMissingTitle");
|
||||||
var missing =
|
var missing =
|
||||||
gProfileManagerBundle.getFormattedString("profileMissing", [appName]);
|
gProfileManagerBundle.getFormattedString("profileMissing", [appName]);
|
||||||
gPromptService.alert(window, missingTitle, missing);
|
Services.prompt.alert(window, missingTitle, missing);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче