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 63819 - I18N - some mnemonics need to use '&' form
Summary: I18N - some mnemonics need to use '&' form
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-09-07 18:06 UTC by Ken Frank
Modified: 2006-01-26 10:20 UTC (History)
2 users (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 Ken Frank 2005-09-07 18:06:00 UTC
This isnt meant to be complete list, but in 
rg-netbeans-modules-xml-tools bundle file are
>>>
>>>BK0003=C
>>>BK0004=m
>>>BK0005=t
>>>BK0006=L
>>>BK0007=P
>>>BK0008=n

which from feedback from dev, seems to be mnemonic key
assignments. dev mentioned that mnemonics need to use
the '&' way of doing mnemomics instead.

if these will be changed to that way, please make sure to include the '&'
even if the mnemonic is first letter of the label, since for l10n that
wont be true

if uses the current way as above, please rename the keys to have word
Mnemonic_ as part of key to make it more clear to l10n.
Comment 1 Marek Fukala 2005-09-19 10:02:51 UTC
fixed - &-form of the mnemonics is used

Checking in src/org/netbeans/modules/xml/tools/generator/Bundle.properties;
/cvs/xml/tools/src/org/netbeans/modules/xml/tools/generator/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.21; previous revision: 1.20
done
Checking in src/org/netbeans/modules/xml/tools/generator/SAXGeneratorFilePanel.form;
/cvs/xml/tools/src/org/netbeans/modules/xml/tools/generator/SAXGeneratorFilePanel.form,v
 <--  SAXGeneratorFilePanel.form
new revision: 1.10; previous revision: 1.9
done
Checking in src/org/netbeans/modules/xml/tools/generator/SAXGeneratorFilePanel.java;
/cvs/xml/tools/src/org/netbeans/modules/xml/tools/generator/SAXGeneratorFilePanel.java,v
 <--  SAXGeneratorFilePanel.java
new revision: 1.12; previous revision: 1.11
done
Comment 2 Marek Grummich 2006-01-26 10:20:58 UTC
verified