mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
bug#52328 - cleaning up the dtd files and idl rules;r=ducarroz;sr=sspitzer
This commit is contained in:
parent
7f318f258b
commit
f17d5e40d2
@ -126,7 +126,7 @@ interface nsIMsgCompose : nsISupports {
|
||||
void CloseWindow();
|
||||
|
||||
/* ... */
|
||||
void Abort();
|
||||
void abort();
|
||||
|
||||
/*
|
||||
AttachmentPrettyName will return only the leafName if the it's a file URL.
|
||||
|
@ -1429,7 +1429,7 @@ function ComposeCanClose()
|
||||
var promptMsg = gComposeMsgsBundle.getString("quitComposeWindowMessage");
|
||||
if (promptService.confirm(window, promptTitle, promptMsg))
|
||||
{
|
||||
msgCompose.Abort();
|
||||
msgCompose.abort();
|
||||
return true;
|
||||
}
|
||||
else
|
||||
|
@ -207,4 +207,4 @@ CheckMsg=Do not show me this dialog box again.
|
||||
|
||||
## Strings used by prompt when Quitting while in progress
|
||||
quitComposeWindowTitle=Close Mail Window
|
||||
quitComposeWindowMessage="There is mail being sent, do you want to quit now or cancel and quit after the mail is sent?"
|
||||
quitComposeWindowMessage=There is mail being sent, do you want to quit now or cancel and quit after the mail is sent?
|
||||
|
Loading…
Reference in New Issue
Block a user