diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js index 6b90a23a2a6..39a219acfd5 100644 --- a/browser/base/content/browser.js +++ b/browser/base/content/browser.js @@ -1356,7 +1356,7 @@ function toHistory() } gDisableHistory = true; - window.open( "chrome://communicator/content/history/history.xul", "_blank", + window.open( "chrome://browser/content/history/history.xul", "_blank", "chrome,extrachrome,menubar,resizable,scrollbars,status,toolbar" ); setTimeout(enableHistory, 2000); }