correct location of hiddenWindow.xul

git-svn-id: svn://10.0.0.236/trunk@42665 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
danm%netscape.com
1999-08-07 20:33:01 +00:00
parent 33aad11d9b
commit 5f0223974b

View File

@@ -285,9 +285,9 @@ void nsAppShellService::CreateHiddenWindow()
nsIURI* url = nsnull;
#ifndef NECKO
rv = NS_NewURL(&url, "chrome://navigator/content/hiddenWindow.xul");
rv = NS_NewURL(&url, "chrome://global/content/hiddenWindow.xul");
#else
rv = NS_NewURI(&url, "chrome://navigator/content/hiddenWindow.xul");
rv = NS_NewURI(&url, "chrome://global/content/hiddenWindow.xul");
#endif
if (NS_SUCCEEDED(rv)) {
nsCOMPtr<nsIWebShellWindow> newWindow;