This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 138425

Summary: I18N - 2 key/value for assigning mnemonics is used in some bundle files
Product: javascript Reporter: Ken Frank <kfrank>
Component: -- Other --Assignee: plebet <plebet>
Status: RESOLVED FIXED    
Severity: blocker Keywords: I18N
Priority: P2    
Version: 6.x   
Hardware: Sun   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2008-06-26 21:40:55 UTC
in some *javascript* modules bundle files, the mnemonics are defined by 
the 2 key/value approach iie
LBL_ChangeParsMods=Access Modifier:
LBL_ChangeParsMods_MNEM=s


but nb policy for all new things is to use the '&' approach for mnemonics.
(this makes translation team work a lot easier)

(and older parts are supposed to change to use the '&' approach and there
have been various issues on them filed.
Comment 1 plebet 2008-07-29 19:58:54 UTC
There are some calls to methods that set the mnemonic via MNE_* properties in the Bundle.properties file, these need to
be removed or changed to use another solution that involves the & style of setting mnemonics. Also need to remove all
references to MNE_ in the properties file.
Comment 2 plebet 2008-07-29 20:38:21 UTC
There are some calls to methods that set the mnemonic via MNE_* properties in the Bundle.properties file, these need to
be removed or changed to use another solution that involves the & style of setting mnemonics. Also need to remove all
references to MNE_ in the properties file.