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 33413 - I18N - incorrect mnemonic key "\ W" should be "W"
Summary: I18N - incorrect mnemonic key "\ W" should be "W"
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2003-05-06 06:35 UTC by ohsumi
Modified: 2006-01-04 15:46 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ohsumi 2003-05-06 06:35:23 UTC
The incorrect mnemonic key "\ W" exists.

vcscore/src/org/netbeans/modules/vcscore/ui/Bundle.properties
ToUpdateFilesPanel.cbPerform.mnemonic=\ W
===> 
Correct:
ToUpdateFilesPanel.cbPerform.mnemonic=W
Comment 1 Martin Entlicher 2003-05-06 08:41:25 UTC
Yes, thanks for finding this.
Comment 2 Martin Entlicher 2003-05-06 08:42:24 UTC
Fixed in the main trunk:

/cvs/vcscore/src/org/netbeans/modules/vcscore/ui/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.11; previous revision: 1.10
Comment 3 ohsumi 2003-05-06 08:57:45 UTC
Thank you for the quick fix.
I verified that this has been fixed in the main trunk.