зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
ba8fd628be
Коммит
3bd067e1e2
|
@ -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)
|
||||
|
|
Загрузка…
Ссылка в новой задаче