зеркало из https://github.com/mozilla/gecko-dev.git
bug 252045 patch by Constantine A. Murenin <cnst+moz@bugmail.mojo.ru>
r=bsmedberg sr=darin fix typo (re -> res)
This commit is contained in:
Родитель
43c1b8e638
Коммит
beb03a1515
|
@ -895,7 +895,7 @@ function makePreview(row)
|
|||
{
|
||||
// fallback image for protocols not allowed (e.g., data: or javascript:)
|
||||
// or elements not [yet] handled (e.g., object, embed). XXX blank??
|
||||
newImage.src = "resource://gre/re/loading-image.gif";
|
||||
newImage.src = "resource://gre/res/loading-image.gif";
|
||||
newImage.width = 40;
|
||||
newImage.height = 40;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче