mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 18:08:58 +00:00
Changed -editor command line switch to us use chrome URL specification
This commit is contained in:
parent
f897f739b3
commit
5f69d57271
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user