1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-04 12:34:11 +01:00

Fix preferences.xul. Closes issue #148.

This commit is contained in:
Kris Maglione
2009-11-11 13:21:53 -05:00
parent 2b98547cb6
commit ad47056f6b

View File

@@ -4,7 +4,7 @@
<script type="application/javascript;version=1.8">
let uri = Components.classes["@mozilla.org/network/io-service;1"]
.getService(Components.interfaces.nsIIOService)
.newURI("chrome://liberator/locale/options.html", null, null);
.newURI("liberator://help/options", null, null);
Application.activeWindow.open(uri).focus(); // TODO: generalise for Muttator et al.
window.close();
</script>