зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
0518441aab
Коммит
becc61a8f7
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче