Bug 206279 Recent files list should not truncate end of file name r=brade sr=bz

This commit is contained in:
neil%parkwaycc.co.uk 2003-09-13 21:15:55 +00:00
Родитель 2b5dd73ba0
Коммит 6288bb808b
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -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);