www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | Submodules | README | LICENSE

commit ca29a0d6ebfd7c6fe69e5baf71a32c64799e5ca6
parent 14861326269eb87406f9eed792b483e044b5d59a
Author: Simon Kornblith <simon@simonster.com>
Date:   Wed,  9 Feb 2011 04:27:05 +0000

fix the "Restore Defaults" button


Diffstat:
Mchrome/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 @@ -266,7 +266,7 @@ To add a new preference: * Restores Default Locate Engines **/ function restoreDefaultLocateEngines() { - Zotero.LocateManager.restoreDefaultLocateEngines(); + Zotero.LocateManager.restoreDefaultEngines(); refreshLocateEnginesList(); }