Fix "Check for Updates" button in startup error dialog
This commit is contained in:
parent
3b1cb2b9c2
commit
1d0cdf4df0
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ try {
|
||||||
if (index == 0) {
|
if (index == 0) {
|
||||||
Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
|
Components.classes["@mozilla.org/embedcomp/window-watcher;1"]
|
||||||
.getService(Components.interfaces.nsIWindowWatcher)
|
.getService(Components.interfaces.nsIWindowWatcher)
|
||||||
.openWindow(null, 'chrome://mozapps/content/update/updates.xhtml',
|
.openWindow(null, 'chrome://zotero/content/update/updates.xhtml',
|
||||||
'updateChecker', 'chrome,centerscreen,modal', null);
|
'updateChecker', 'chrome,centerscreen,modal', null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue