mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 12:32:55 +00:00
Bug 278860 - missed gPromptService change to Services.prompt in previous checkin - r=mossop
This commit is contained in:
parent
7e18d1c8e7
commit
4b91ac97c3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user