Fix for bug 50424; correct contractID; r=danm, sr=alecf, a=asa

This commit is contained in:
law%netscape.com 2001-04-19 18:34:53 +00:00
parent 056744dad1
commit 9312504f51

View File

@ -1030,7 +1030,7 @@ nsNativeAppSupportWin::OpenWindow( const char*urlstr, const char *args ) {
nsresult rv = NS_ERROR_FAILURE;
nsCOMPtr<nsIWindowWatcher> wwatch(do_GetService("@mozilla/embedcomp/window-watcher;1"));
nsCOMPtr<nsIWindowWatcher> wwatch(do_GetService("@mozilla.org/embedcomp/window-watcher;1"));
nsCOMPtr<nsISupportsString> sarg(do_CreateInstance(NS_SUPPORTS_STRING_CONTRACTID));
if (sarg)
sarg->SetData(args);