зеркало из https://github.com/mozilla/gecko-dev.git
Fix 29861 (Make throbber do the right thing for every window - mozilla and Netscape trees) r=scottip a=phil
This commit is contained in:
Родитель
8f5a18aaf5
Коммит
1cd5d80d08
|
@ -400,7 +400,7 @@ Contributor(s): ______________________________________. -->
|
|||
|
||||
<!-- throbber area of navigation toolbar -->
|
||||
<box id="toolbar_throbber_box" align="vertical">
|
||||
<titledbutton id="Throbber" onclick="window.content.location.href='&throbber.url;'">
|
||||
<titledbutton id="Throbber" onclick='goClickThrobber("browser.throbber.url")'>
|
||||
<observes element="Browser:Throbber" attribute="busy"/>
|
||||
</titledbutton>
|
||||
</box>
|
||||
|
|
|
@ -10,8 +10,6 @@
|
|||
<!-- LOCALIZATION NOTE (mainWindow.titlemodifiermenuseparator): DONT_TRANSLATE -->
|
||||
<!ENTITY mainWindow.titlemodifiermenuseparator " - ">
|
||||
<!ENTITY viewsourcetitle.preface "Source for: ">
|
||||
<!-- LOCALIZATION NOTE (throbber.url): DONT_TRANSLATE -->
|
||||
<!ENTITY throbber.url "http://www.mozilla.org">
|
||||
|
||||
<!ENTITY browserCmd.label "New Navigator Window">
|
||||
<!ENTITY browserCmd.accesskey "n">
|
||||
|
|
Загрузка…
Ссылка в новой задаче