Fix for bug 75581 - 'When attaching a webpage in mail, we prefill the field bar with 0, instead of null' r=sspitzer@netscape.com r=varada@netscape.com sr=sspitzer@netscape.com

This commit is contained in:
stephend%netscape.com 2001-04-11 23:20:28 +00:00
Родитель d09a3df42f
Коммит 21ba60fc2c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1516,7 +1516,7 @@ function AttachPage()
{
if (promptService)
{
var result = {value:0};
var result = {value:""};
if (promptService.prompt(
window,
gComposeMsgsBundle.getString("attachPageDlogTitle"),