258822 minimize/restore/close buttons in fullscreen mode need tooltips

r+sr=neil
This commit is contained in:
cbiesinger%web.de 2006-09-14 06:10:05 +00:00
Родитель 60a591f399
Коммит 55bf8b3916
2 изменённых файлов: 7 добавлений и 8 удалений

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

@ -246,13 +246,16 @@
<hbox id="window-controls" hidden="true" fullscreencontrol="true">
<toolbarbutton id="minimize-button" class="toolbarbutton-1"
tooltiptext="&minimizeButton.tooltip;"
oncommand="window.minimize();"/>
<toolbarbutton id="restore-button" class="toolbarbutton-1"
tooltiptext="&restoreButton.tooltip;"
oncommand="BrowserFullScreen();"/>
<toolbarbutton id="close-button" class="toolbarbutton-1"
oncommand="window.close();"/>
tooltiptext="&closeWindow.label;"
oncommand="BrowserTryToCloseWindow();"/>
</hbox>
</toolbar>

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

@ -79,6 +79,9 @@
<!ENTITY closeOtherTabs.label "Close Other Tabs">
<!ENTITY closeWindow.label "Close Window">
<!ENTITY minimizeButton.tooltip "Minimize">
<!ENTITY restoreButton.tooltip "Restore">
<!-- I'd like all this to move to an overlay or something -->
<!ENTITY bidiMenu.label "Bidi Options">
<!ENTITY directionBidiMenu.label "Default Direction">
@ -153,13 +156,6 @@
<!ENTITY technicalSupportCmd.label "Technical Support">
<!ENTITY releaseNotesCmd.label "Release Notes">
<!-- LOCALIZATION NOTE BEGIN : DO not localize the entities below; test case -->
<!ENTITY languages.label "Languages">
<!ENTITY en-US.label "English (en-US)">
<!ENTITY da-DK-file.label "Danish (da-DK; file)">
<!ENTITY da-DK-http.label "Danish (da-DK; http)">
<!-- LOCALIZATION NOTE END : DO not localize the entities above; test case -->
<!ENTITY menuBar.tooltip "Menu Bar">
<!ENTITY personalToolbar.tooltip "Personal Toolbar">
<!ENTITY navigationToolbar.tooltip "Navigation Toolbar">