Closed
      
        Bug 193730
      
      
        Opened 22 years ago
          Closed 22 years ago
      
        
    
  
typo in "intl.menuitems.alwaysappendacceskeys" pref name  
    Categories
(Core :: XUL, defect)
        Core
          
        
        
      
        
    
        XUL
          
        
        
      
        
    Tracking
()
        RESOLVED
        FIXED
        
    
  
People
(Reporter: jag+mozilla, Assigned: jag+mozilla)
Details
Attachments
(1 file)
| 2.77 KB,
          patch         | jag+mozilla
:
              
              review+ jag+mozilla
:
              
              superreview+ | Details | Diff | Splinter Review | 
That should be "intl.menuitems.alwaysappendaccesskeys" (two 's' in access) of
course.
Three places where this occurs:
/modules/libpref/src/init/all.js, line 684 
/layout/xul/base/src/nsTextBoxFrame.cpp, line 210 
/xpfe/browser/resources/locale/en-US/navigator.properties, line 37
I can provide a patch to fix these.
This patch changes the three occurrences of
"intl.menuitems.alwaysappendacceskeys" to
"intl.menuitems.alwaysappendaccesskeys".
| Assignee | ||
| Updated•22 years ago
           | 
        Attachment #120976 -
        Flags: superreview+
        Attachment #120976 -
        Flags: review?(shliang)
| Assignee | ||
| Updated•22 years ago
           | 
        Attachment #120976 -
        Flags: review?(shliang) → review+
| Assignee | ||
| Comment 3•22 years ago
           | ||
Checked in.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Component: XP Toolkit/Widgets: XUL → XUL
QA Contact: shrir → xptoolkit.widgets
          You need to log in
          before you can comment on or make changes to this bug.
        
 
Description
•