Bug 278860 - missed gPromptService change to Services.prompt in previous checkin - r=mossop

This commit is contained in:
Michael Kaply 2012-05-04 08:42:51 -05:00
Родитель 2383b8d44c
Коммит e97df9ea19
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -125,7 +125,7 @@ function acceptDialog()
var missingTitle = gProfileManagerBundle.getString("profileMissingTitle");
var missing =
gProfileManagerBundle.getFormattedString("profileMissing", [appName]);
gPromptService.alert(window, missingTitle, missing);
Services.prompt.alert(window, missingTitle, missing);
return false;
}