From 6263ad529db436ff798f65fd014cfe345354b2f6 Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Wed, 13 Jul 2011 01:56:48 -0400 Subject: [PATCH] Fix help tag. Closes issue #594. --- common/locale/en-US/repeat.xml | 2 +- common/modules/bootstrap.jsm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/locale/en-US/repeat.xml b/common/locale/en-US/repeat.xml index cc44e4d6..b4ba7fff 100644 --- a/common/locale/en-US/repeat.xml +++ b/common/locale/en-US/repeat.xml @@ -372,7 +372,7 @@ - :ru :runtime + :runt :runtime :runtime! file

diff --git a/common/modules/bootstrap.jsm b/common/modules/bootstrap.jsm index 3aa08d4b..18f2de79 100644 --- a/common/modules/bootstrap.jsm +++ b/common/modules/bootstrap.jsm @@ -176,6 +176,6 @@ else } }; -}catch(e){ dump(e + "\n" + (e.stack || Error().stack)); Cu.reportError(e) } +}catch(e){ dump(e + "\n" + (e.stack || Error().stack)); Components.utils.reportError(e) } // vim: set fdm=marker sw=4 sts=4 et ft=javascript: