Bug 194678: Move pageSetup into the toolkit. r=bsmedberg, sr=bryner and a big thanks to Dave Miller for moving the files!

This commit is contained in:
chanial%noos.fr 2006-02-07 01:14:40 +00:00
Родитель af1c561c50
Коммит 706d58204e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -302,7 +302,7 @@ nsPrintOptions::ShowPrintSetupDialog(nsIPrintSettings *aPS)
wwatch->GetActiveWindow(getter_AddRefs(active)); nsCOMPtr<nsIDOMWindowInternal> parent = do_QueryInterface(active);
nsCOMPtr<nsIDOMWindow> newWindow;
rv = wwatch->OpenWindow(parent, "chrome://communicator/content/printPageSetup.xul",
rv = wwatch->OpenWindow(parent, "chrome://global/content/printPageSetup.xul",
"_blank", "chrome,modal,centerscreen", array,
getter_AddRefs(newWindow));
}