Changed -editor command line switch to us use chrome URL specification

This commit is contained in:
cmanske%netscape.com 1999-04-21 20:51:28 +00:00
parent f897f739b3
commit 5f69d57271

View File

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