Fix for bug 52966, blank first item in session history popup associated with URLBar. r=hewitt, sr=radha.

This commit is contained in:
ben%netscape.com 2006-09-14 05:54:11 +00:00
Родитель aac2b2ffb2
Коммит a1e0cbf10e
2 изменённых файлов: 3 добавлений и 1 удалений

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

@ -296,7 +296,7 @@ Contributor(s): ______________________________________. -->
<menubutton class="menubutton-icon" id="ubhist">
<menupopup id="ubhist-popup" popupalign="topright" popupanchor="bottomright"
oncreate="createUBHistoryMenu(event.target);" oncommand="executeUrlBarHistoryCommand(event.target);">
<menuitem value=" "/>
<menuitem value="&nothingAvailable.label;" index="nothing_available"/>
</menupopup>
</menubutton>

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

@ -11,6 +11,8 @@
<!ENTITY mainWindow.titlemodifiermenuseparator " - ">
<!ENTITY viewsourcetitle.preface "Source for: ">
<!ENTITY nothingAvailable.label "(Nothing Available)">
<!ENTITY browserCmd.label "New Navigator Window">
<!ENTITY browserCmd.accesskey "n">
<!ENTITY openCmd.label "Open Web Location...">