*** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@40426 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
function goPageSetup()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
function goQuitApplication()
|
||||
{
|
||||
var editorShell = Components.classes["component://netscape/editor/editorshell"].createInstance();
|
||||
|
||||
@@ -14,6 +14,9 @@
|
||||
<menuitem name="&quitApplicationCmd.label;" onclick="goQuitApplication()"/>
|
||||
</menu>
|
||||
|
||||
<!-- Page Setup menu item -->
|
||||
<menuitem id="pageSetup" name="&pageSetupCmd.label;" onclick="goPageSetup()"/>
|
||||
|
||||
<!-- Help Menu -->
|
||||
<menu id="helpMenu" name="&helpMenu.label;">
|
||||
<menuitem name="&helpContentCmd.label;" onclick="goHelp()"/>
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
<!-- extracted from globalOverlay.xul -->
|
||||
|
||||
<!ENTITY pageSetupCmd.label ".Page Setup...">
|
||||
|
||||
<!ENTITY quitApplicationCmd.label "Exit">
|
||||
|
||||
<!ENTITY helpMenu.label "Help">
|
||||
|
||||
Reference in New Issue
Block a user