unspecified change

This commit is contained in:
Simon Kornblith 2011-04-11 22:43:29 +00:00
parent 698f3964b4
commit 02659cdde6

View file

@ -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) {