fixed bug 3833 - Apprunner -mail needs the correct url; hard coded url string now set to resource:/res/samples/mailshell.xul; this is intended for M3; approved by choffmann

This commit is contained in:
jefft%netscape.com 1999-03-18 17:32:57 +00:00
Родитель ba8fd628be
Коммит 3bd067e1e2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -180,7 +180,7 @@ int main(int argc, char* argv[])
if (NS_SUCCEEDED(rv))
{
if (cmdResult && (strcmp("1",cmdResult)==0))
urlstr = "resource:/res/samples/MailAppShell.html";
urlstr = "resource:/res/samples/mailshell.xul";
}
}
if (nsnull == urlstr)