Add "Open csledit.xul" to Standalone advanced prefs

This commit is contained in:
Simon Kornblith 2011-08-24 05:59:20 +00:00
parent 440fc95942
commit b3cf130821
2 changed files with 3 additions and 1 deletions

View File

@ -806,6 +806,7 @@ 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', '')"/>
</hbox>
</groupbox>

View File

@ -185,4 +185,5 @@
<!ENTITY zotero.preferences.debugOutputLogging.clearOutput "Clear Output">
<!ENTITY zotero.preferences.debugOutputLogging.submitToServer "Submit to Zotero Server">
<!ENTITY zotero.preferences.openAboutConfig "Open about:config">
<!ENTITY zotero.preferences.openAboutConfig "Open about:config">
<!ENTITY zotero.preferences.openCSLEdit "Open csledit.xul">