unspecified change
This commit is contained in:
parent
698f3964b4
commit
02659cdde6
1 changed files with 1 additions and 1 deletions
|
@ -1604,7 +1604,7 @@ function addStyle() {
|
|||
fp.init(window, Zotero.getString("zotero.preferences.styles.addStyle"), nsIFilePicker.modeOpen);
|
||||
|
||||
fp.appendFilter("CSL Style", "*.csl");
|
||||
fp.appendFilter("EndNote Style", "*.ens");
|
||||
fp.appendFilter("ENS Style", "*.ens");
|
||||
|
||||
var rv = fp.show();
|
||||
if (rv == nsIFilePicker.returnOK || rv == nsIFilePicker.returnReplace) {
|
||||
|
|
Loading…
Reference in a new issue