mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-09 08:54:14 +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 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user