Open
Bug 456306
Opened 17 years ago
Updated 17 years ago
'key_preferences' used unconditionally whilst defined for MacOSX only
Categories
(SeaMonkey :: Preferences, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: sgautherie, Unassigned)
References
()
Details
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.1b1pre) Gecko/20080921023908 SeaMonkey/2.0a1pre] (home, debug default) (W2Ksp4)
1. 'Edit > Preferences...'. (the new one)
1r. Get
[
WARNING: Key 'key_preferences' of menu item 'Preferencesâ?¦' could not be found: file .../mozilla/layout/xul/base/src/nsMenuFrame.cpp, line 1045
]
FF and TB have |#ifdef XP_MACOSX| and |key_preferencesCmdMac|.
It looks like we should have that too, or define the key on all platforms.
You need to log in
before you can comment on or make changes to this bug.
Description
•