Bug 1062617 - DevTools: Style Editor Import button should Open a Dialog box which defaults to CSS files r=miker DONTBUILD since we just built it with the wrong number

--HG--
extra : source : 3347773109ae938effcc0ed81ba91c341563d4d6
extra : amend_source : c14df45242640d94d8e3125fea398959e71180ac
This commit is contained in:
Eric Skoglund 2016-05-17 11:54:30 -07:00
Родитель 0518441aab
Коммит becc61a8f7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -227,7 +227,7 @@ function showFilePicker(path, toSave, parentWindow, callback,
}
fp.init(parentWindow, getString(key + ".title"), mode);
fp.appendFilters(getString(key + ".filter"), "*.css");
fp.appendFilter(getString(key + ".filter"), "*.css");
fp.appendFilters(fp.filterAll);
fp.open(fpCallback);
return;