зеркало из https://github.com/mozilla/gecko-dev.git
Bug 102617 - DevTools: Style Editor Import button should Open a Dialog box which defaults to CSS files r=miker
This commit is contained in:
Родитель
9f383fad77
Коммит
c04377f693
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче