Rename functions

This commit is contained in:
hangas%netscape.com 1999-07-19 03:46:25 +00:00
parent 23b232d248
commit 8553f49ca3
2 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
function NavigatorWindow()
function toNavigatorWindow()
{
// FIX ME - Really need to find the front most navigator window
// and bring it all the way to the front
@ -22,7 +22,7 @@ function NavigatorWindow()
}
function MessengerWindow()
function toMessengerWindow()
{
// FIX ME - Really need to find the front most messenger window
// and bring it all the way to the front
@ -31,7 +31,7 @@ function MessengerWindow()
}
function AddressBook()
function toAddressBook()
{
var wind = window.open("chrome://addressbook/content/addressbook.xul",
"addressbook", "chrome");

View File

@ -29,23 +29,23 @@
<!-- Tasks Menu -->
<menu id="tasksMenu" name="&tasksMenu.label;">
<menuitem name="&navigatorCmd.label;" onclick="goNavigatorWindow()"/>
<menuitem name="&messengerCmd.label;" onclick="goMessengerWindow()"/>
<menuitem name="&addressBookCmd.label;" onclick="goAddressBook()"/>
<menuitem name="&navigatorCmd.label;" onclick="toNavigatorWindow()"/>
<menuitem name="&messengerCmd.label;" onclick="toMessengerWindow()"/>
<menuitem name="&addressBookCmd.label;" onclick="toAddressBook()"/>
<separator/>
<menu name="&bookmarkMenu.label;">
<menuitem name="&addBookmarkCmd.label;" onclick="goAddBookmark()"/>
<menuitem name="&fileBookmarkCmd.label;" onclick="goFileBookmark()"/>
<menuitem name="&editBookmarkCmd.label;" onclick="goEditBookmark()"/>
<menuitem name="&addBookmarkCmd.label;" onclick="toAddBookmark()"/>
<menuitem name="&fileBookmarkCmd.label;" onclick="toFileBookmark()"/>
<menuitem name="&editBookmarkCmd.label;" onclick="toEditBookmark()"/>
</menu>
<menuitem name="&newsgroupsCmd.label;" onclick="goNewsgroups()"/>
<menuitem name="&newsgroupsCmd.label;" onclick="toNewsgroups()"/>
<separator/>
<menu name="&toolsMenu.label;">
<menuitem name="&historyCmd.label;" onclick="goHistory()"/>
<menuitem name="&securityInfoCmd.label;" onclick="goSecurityInfo()"/>
<menuitem name="&messageCenterCmd.label;" onclick="goMessengerCenter()"/>
<menuitem name="&importUtilCmd.label;" onclick="goImport()"/>
<menuitem name="&javaConsoleCmd.label;" onclick="goJavaConsole()"/>
<menuitem name="&historyCmd.label;" onclick="toHistory()"/>
<menuitem name="&securityInfoCmd.label;" onclick="toSecurityInfo()"/>
<menuitem name="&messageCenterCmd.label;" onclick="toMessengerCenter()"/>
<menuitem name="&importUtilCmd.label;" onclick="toImport()"/>
<menuitem name="&javaConsoleCmd.label;" onclick="toJavaConsole()"/>
</menu>
<separator/>
<menu name="&windowMenu.label;">