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 26999 - I18N - Hardcoded text & mnemonic
Summary: I18N - Hardcoded text & mnemonic
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@guibuilder
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-09-04 06:15 UTC by _ mihmax
Modified: 2003-03-10 19:08 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 _ mihmax 2002-09-04 06:15:41 UTC
These files have a hard-coded names of Ctrl, Shift
& Alt keys & mnemonic keys for them.
On French keyboards the keys are called a
different way.

form/src/org/netbeans/modules/form/editors/KeyStrokeEditor.java
Comment 1 Tomas Pavek 2003-03-07 10:44:45 UTC
Fixed.

/cvs/form/src/org/netbeans/modules/form/editors/Bundle.properties
new revision: 1.7; previous revision: 1.6

/cvs/form/src/org/netbeans/modules/form/editors/KeyStrokeEditor.java
new revision: 1.17; previous revision: 1.16
Comment 2 _ mihmax 2003-03-07 16:28:35 UTC
Tomas, you have not checked this into release35 branch.

I'm correcting the Target Milestone.
Comment 3 Tomas Pavek 2003-03-10 13:48:11 UTC
/cvs/form/src/org/netbeans/modules/form/editors/Bundle.properties
new revision: 1.5.6.1; previous revision: 1.5

/cvs/form/src/org/netbeans/modules/form/editors/KeyStrokeEditor.java
new revision: 1.16.4.1; previous revision: 1.16
Comment 4 _ mihmax 2003-03-10 19:08:14 UTC
I created a test bundle with _ru_RU suffix (my system default), where
I replaced only these - Ctrl, Alt & Shift, 
now it really works and one can easily adjust it for national keyboards.

Vincent, you should be aware.