1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 02:27:58 +01:00

Fix "style.none" message value.

This commit is contained in:
Doug Kearns
2011-03-06 17:37:05 +11:00
parent 216b2575fd
commit 30b0c8f43e
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ save.invalidDestination-1 = Invalid destination: %S
status.link-1 = Link: %S status.link-1 = Link: %S
style.none = No mapping found style.none = No style found
time.total = Total time: %S time.total = Total time: %S

View File

@@ -8,7 +8,7 @@ Components.utils.import("resource://dactyl/bootstrap.jsm");
defineModule("styles", { defineModule("styles", {
exports: ["Style", "Styles", "styles"], exports: ["Style", "Styles", "styles"],
require: ["services", "util"], require: ["services", "util"],
use: ["contexts", "template"] use: ["contexts", "messages", "template"]
}, this); }, this);
function cssUri(css) "chrome-data:text/css," + encodeURI(css); function cssUri(css) "chrome-data:text/css," + encodeURI(css);