we probably don't need this after all, especially once I step up the update interval to once per day

This commit is contained in:
ben%bengoodger.com 2004-07-14 06:07:29 +00:00
parent 4441491c5e
commit 482f2e86c4
3 changed files with 2 additions and 8 deletions

View File

@ -51,8 +51,8 @@ BEGIN
ID_DDE_APPLICATION_NAME, "Firefox Debug"
IDS_STARTMENU_APPNAME, "Firefox Debug"
#else
ID_DDE_APPLICATION_NAME, "Firefox"
IDS_STARTMENU_APPNAME, "Firefox"
ID_DDE_APPLICATION_NAME, "Firefox Debug"
IDS_STARTMENU_APPNAME, "Firefox Debug"
#endif
END

View File

@ -356,10 +356,6 @@
command="Tools:Extensions"/>
<menuitem label="&themes.label;" accesskey="&themes.accesskey;"
command="Tools:Themes"/>
<menuitem id="menu_showUpdates"
label="&showUpdatesCmd.label;"
accesskey="&showUpdatesCmd.accesskey;"
oncommand="document.getElementById('statusbar-updates').showUpdates();"/>
<menuseparator id="devToolsSeparator"/>
<menuitem id="javascriptConsole"
label="&javaScriptConsoleCmd.label;" accesskey="&javaScriptConsoleCmd.accesskey;"

View File

@ -160,8 +160,6 @@
<!ENTITY selectAllCmd.label "Select All">
<!ENTITY selectAllCmd.key "A">
<!ENTITY selectAllCmd.accesskey "A">
<!ENTITY showUpdatesCmd.label "Check for Updates...">
<!ENTITY showUpdatesCmd.accesskey "U">
<!ENTITY preferencesCmd.label "Options...">
<!ENTITY preferencesCmd.accesskey "O">
<!ENTITY preferencesCmdUnix.label "Preferences">