Use correct chrome url for history window (bug #11834). a=chofmann.

This commit is contained in:
slamm%netscape.com 1999-08-13 19:25:37 +00:00
parent 284de736fe
commit 8b3db6ebd9

View File

@ -25,7 +25,7 @@ function toHistory()
}
}
if (toolkitCore) {
toolkitCore.ShowWindow("resource:/res/samples/history.xul",window);
toolkitCore.ShowWindow("chrome://history/content/",window);
}
}