From 97da21c4aa6c226eb648958b48bf744b1202d2ee Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Thu, 13 Jan 2011 16:28:02 -0500 Subject: [PATCH] Fix loading locale files from XPI. --- common/bootstrap.js | 2 +- common/content/help.xsl | 2 +- common/modules/io.jsm | 7 +++++-- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/common/bootstrap.js b/common/bootstrap.js index ef41fa29..813440ac 100755 --- a/common/bootstrap.js +++ b/common/bootstrap.js @@ -125,7 +125,7 @@ function init() { switch(fields[0]) { case "#": if (fields[1] == "Suffix:") - var suffix = fields[1]; + var suffix = "-" + fields[2]; break; case "category": diff --git a/common/content/help.xsl b/common/content/help.xsl index 288bef12..785f6426 100644 --- a/common/content/help.xsl +++ b/common/content/help.xsl @@ -132,7 +132,7 @@ <xsl:value-of select="/dactyl:document/@title"/> -