*** empty log message ***

git-svn-id: svn://10.0.0.236/trunk@40426 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
hangas%netscape.com
1999-07-21 07:28:21 +00:00
parent b081879917
commit bbb4e514dc
3 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
function goPageSetup()
{
}
function goQuitApplication()
{
var editorShell = Components.classes["component://netscape/editor/editorshell"].createInstance();

View File

@@ -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()"/>

View File

@@ -1,5 +1,7 @@
<!-- extracted from globalOverlay.xul -->
<!ENTITY pageSetupCmd.label ".Page Setup...">
<!ENTITY quitApplicationCmd.label "Exit">
<!ENTITY helpMenu.label "Help">