Bug 255611 - Help item "For Internet Explorer Users" should be hidden on OS/2 and Linux. r=iann_bugzilla@arlen.demon.co.uk. sr=neil@parkwaycc.co.uk, a=kairo@kairo.at

git-svn-id: svn://10.0.0.236/trunk@188044 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rj.keller%beonex.com 2006-01-23 15:59:22 +00:00
parent 13454bfbd6
commit 51fa7a5057
2 changed files with 15 additions and 1 deletions

View File

@ -19,10 +19,24 @@
position="1" id="help"
key="key_openHelp"
command="cmd_openHelp"/>
#ifdef XP_WIN
#define DISPLAY_IE_USERS_HELP_MENU_ITEM
#endif
#ifdef XP_MACOSX
#define DISPLAY_IE_USERS_HELP_MENU_ITEM
#endif
#ifdef HPUX
#define DISPLAY_IE_USERS_HELP_MENU_ITEM
#endif
#ifdef SOLARIS
#define DISPLAY_IE_USERS_HELP_MENU_ITEM
#endif
#ifdef DISPLAY_IE_USERS_HELP_MENU_ITEM
<menuitem label="&helpForIEUsers.label;"
accesskey="&helpForIEUsers.accesskey;"
position="2"
oncommand="openHelp('ieusers');" />
#endif
</menupopup>
<commandset id="tasksCommands">

View File

@ -3,7 +3,7 @@ help.jar:
content/help/contextHelp.js (content/contextHelp.js)
content/help/help.js (content/help.js)
* content/help/contents.rdf (content/contents.rdf)
content/help/helpMenuOverlay.xul (content/helpMenuOverlay.xul)
* content/help/helpMenuOverlay.xul (content/helpMenuOverlay.xul)
content/help/helpContextOverlay.xul (content/helpContextOverlay.xul)
* content/help/platformClasses.css (content/platformClasses.css)