Move standalone.xul to separate standalone directory

This commit is contained in:
Simon Kornblith 2011-07-02 04:27:57 +00:00
parent 56eed344f5
commit 7b41d76b75
3 changed files with 1 additions and 1 deletions

View file

@ -906,7 +906,7 @@ function ChromeExtensionHandler() {
generateContent: try {
var window = Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
.getService(Components.interfaces.nsIWindowWatcher)
.openWindow(null, 'chrome://zotero/content/standalone.xul', '',
.openWindow(null, 'chrome://zotero/content/standalone/standalone.xul', '',
'chrome,centerscreen,resizable', null);
}
catch (e) {