#94836, fix some more issues with Open Address. Final part of cleanup.

r=doron, sr=alecf
This commit is contained in:
hwaara%chello.se 2006-07-29 05:38:23 +00:00
Родитель 00c3b2b779
Коммит f4552fb014
2 изменённых файлов: 5 добавлений и 4 удалений

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

@ -22,6 +22,7 @@
Contributor(s):
Ben Goodger <ben@netscape.com>
Michael Lowe <michael.lowe@bigfoot.com>
Håkan Waara <hwaara@chello.se>
-->
@ -70,6 +71,8 @@
onpopupshowing="createUBHistoryMenu(event.target);"
oncommand="useUBHistoryItem(event.target)"/>
</textbox>
<button label="&chooseFile.label;" accesskey="&chooseFile.accesskey;"
oncommand="onChooseFile();"/>
</hbox>
<separator class="thin"/>
<hbox flex="1" autostretch="never">
@ -85,8 +88,6 @@
</hbox>
<separator class="thin"/>
<box valign="bottom" flex="1" autostretch="never">
<button label="&chooseFile.label;" accesskey="&chooseFile.accesskey;"
oncommand="onChooseFile();"/>
<hbox flex="1" id="okCancelButtonsRight"/>
</box>

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

@ -1,8 +1,8 @@
<!-- extracted from content/openLocation.xul -->
<!ENTITY enter.label "Enter the address (URL) of the Web page, file, or resource that you want to open.">
<!ENTITY chooseFile.label "Open File...">
<!ENTITY chooseFile.accesskey "O">
<!ENTITY chooseFile.label "Choose File...">
<!ENTITY chooseFile.accesskey "o">
<!ENTITY address.label "Address:">
<!ENTITY address.accesskey "A">
<!ENTITY newWindow.label "New Navigator window">