зеркало из https://github.com/mozilla/gecko-dev.git
Bug 206279 Recent files list should not truncate end of file name r=brade sr=bz
This commit is contained in:
Родитель
2b5dd73ba0
Коммит
6288bb808b
|
@ -2142,6 +2142,7 @@ function AppendRecentMenuitem(menupopup, title, url, menuIndex)
|
|||
itemString += "]";
|
||||
|
||||
menuItem.setAttribute("label", itemString);
|
||||
menuItem.setAttribute("crop", "center");
|
||||
menuItem.setAttribute("value", url);
|
||||
if (accessKey != " ")
|
||||
menuItem.setAttribute("accesskey", accessKey);
|
||||
|
|
Загрузка…
Ссылка в новой задаче