www

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

commit fbb7ded32447c62486665212f695e0abf11e2515
parent 62180e0cd23a9d15abc030f664dbf68be28da671
Author: Dan Stillman <dstillman@zotero.org>
Date:   Tue,  4 Oct 2011 16:22:55 +0000

Use correct capitalization of csledit.xul and cslpreview.xul in Standalone


Diffstat:
Mchrome/content/zotero/preferences/preferences.xul | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/chrome/content/zotero/preferences/preferences.xul b/chrome/content/zotero/preferences/preferences.xul @@ -807,8 +807,8 @@ To add a new preference: <caption label="&zotero.preferences.miscellaneous;"/> <hbox align="center"> <button id="openAboutConfig" label="&zotero.preferences.openAboutConfig;" oncommand="openInViewer('about:config', '')"/> - <button id="openCSLEdit" label="&zotero.preferences.openCSLEdit;" oncommand="openInViewer('chrome://zotero/content/tools/cslEdit.xul', '')"/> - <button id="openCSLPreview" label="&zotero.preferences.openCSLPreview;" oncommand="openInViewer('chrome://zotero/content/tools/cslPreview.xul', '')"/> + <button id="openCSLEdit" label="&zotero.preferences.openCSLEdit;" oncommand="openInViewer('chrome://zotero/content/tools/csledit.xul', '')"/> + <button id="openCSLPreview" label="&zotero.preferences.openCSLPreview;" oncommand="openInViewer('chrome://zotero/content/tools/cslpreview.xul', '')"/> </hbox> </groupbox>