From ca29a0d6ebfd7c6fe69e5baf71a32c64799e5ca6 Mon Sep 17 00:00:00 2001 From: Simon Kornblith Date: Wed, 9 Feb 2011 04:27:05 +0000 Subject: [PATCH] fix the "Restore Defaults" button --- chrome/content/zotero/locateManager.xul | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/content/zotero/locateManager.xul b/chrome/content/zotero/locateManager.xul index edef8fb19..172a9bd22 100644 --- a/chrome/content/zotero/locateManager.xul +++ b/chrome/content/zotero/locateManager.xul @@ -266,7 +266,7 @@ To add a new preference: * Restores Default Locate Engines **/ function restoreDefaultLocateEngines() { - Zotero.LocateManager.restoreDefaultLocateEngines(); + Zotero.LocateManager.restoreDefaultEngines(); refreshLocateEnginesList(); }