Bug 296703: Pressing Send button does nothing when sending to newsgroup from mail account; patch by Frank Wein <bugzilla@mcsmurf.de>, r/sr=bienvenu, a=asa

git-svn-id: svn://10.0.0.236/trunk@174231 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mnyromyr%tprac.de
2005-06-07 20:00:08 +00:00
parent cbda71e608
commit eb7cc4cd55
2 changed files with 4 additions and 1 deletions

View File

@@ -1746,7 +1746,7 @@ function GenericSendMessage( msgType )
{
var checkbox = {value:false};
var okToProceed = gPromptService.confirmCheck(window,
sComposeMsgsBundle.getString("subjectDlogTitle"),
sComposeMsgsBundle.getString("sendMsgTitle"),
sComposeMsgsBundle.getString("recipientDlogMessage"),
sComposeMsgsBundle.getString("CheckMsg"), checkbox);