зеркало из https://github.com/mozilla/pjs.git
Fix small issue with patch for bug 361334 (Onbeforeunload dialog has too many line breaks), r+sr=jst
This commit is contained in:
Родитель
1b87b66d60
Коммит
c76075c699
|
@ -1196,8 +1196,7 @@ DocumentViewerImpl::PermitUnload(PRBool *aPermitUnload)
|
|||
|
||||
nsAutoString msg;
|
||||
if (len == 0) {
|
||||
msg = preMsg + StringHead(event.text, len) +
|
||||
NS_LITERAL_STRING("\n\n") + postMsg;
|
||||
msg = preMsg + NS_LITERAL_STRING("\n\n") + postMsg;
|
||||
} else {
|
||||
msg = preMsg + NS_LITERAL_STRING("\n\n") +
|
||||
StringHead(event.text, len) +
|
||||
|
|
Загрузка…
Ссылка в новой задаче