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 213066 - T13Y: duplicate 'Shortcut' keys in org/netbeans/modules/options/keymap/Bundle.properties
Summary: T13Y: duplicate 'Shortcut' keys in org/netbeans/modules/options/keymap/Bundle...
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-28 04:55 UTC by Masaki Katakai
Modified: 2012-05-30 05:29 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 Masaki Katakai 2012-05-28 04:55:02 UTC
Please remove one of duplicate entries from Bundle.properties.

% grep ^Shortcut= ./options.keymap/src/org/netbeans/modules/options/keymap/Bundle.properties
Shortcut=&Shortcut:
Shortcut=Shortcut
%

'Shortcut' are defined in 2 places and values are different.
Please leave correct one and remove unnecessary entry.

If already fixed, please close it quickly. Thank you!
Comment 1 Masaki Katakai 2012-05-28 05:19:08 UTC
I checked the latest l10n-kit of 201205270002 and main source tree.
If this issue has been already fixed, please close it quickly. Thank you.
Comment 2 Milutin Kristofic 2012-05-29 10:53:36 UTC
Shortcut=Shortcut renamed to ShortCutColumnName=Shortcut

http://hg.netbeans.org/jet-main/rev/c4f52bc1779a
Comment 3 Masaki Katakai 2012-05-30 03:48:32 UTC
verified the fix on 201205300001 build. Thank you!
Comment 4 Quality Engineering 2012-05-30 05:29:16 UTC
Integrated into 'main-golden', will be available in build *201205300001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c4f52bc1779a
User: Milutin Kristofic <mkristofic@netbeans.org>
Log: #213066 - T13Y: duplicate 'Shortcut' keys in org/netbeans/modules/options/keymap/Bundle.properties