fix for #93005. pre-flight the "attach a web page" dialog with "http://".

fix by stephend.  r=varada, sr=sspitzer
This commit is contained in:
sspitzer%netscape.com 2001-08-02 03:44:47 +00:00
Родитель 873569d370
Коммит 4c83a60ec9
1 изменённых файлов: 1 добавлений и 1 удалений

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

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