1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 18:47:58 +01:00

Fix about:pentadactyl.

This commit is contained in:
Kris Maglione
2011-01-13 20:04:14 -05:00
parent 967a213019
commit d62371042c
3 changed files with 4 additions and 6 deletions

View File

@@ -303,7 +303,7 @@ AboutHandler.prototype = {
newChannel: function (uri) {
let channel = Cc["@mozilla.org/network/io-service;1"].getService(Ci.nsIIOService)
.newChannel("resource://dactyl-content/about.xul", null, null);
.newChannel("dactyl://content/about.xul", null, null);
channel.originalURI = uri;
return channel;
},