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 21295

Summary: Label in Add keybinding dialog is appended by QQQ
Product: editor Reporter: Jan Lahoda <jlahoda>
Component: -- Other --Assignee: issues@editor <issues>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P3    
Version: -FFJ-   
Hardware: Sun   
OS: Solaris   
Issue Type: DEFECT Exception Reporter:

Description Jan Lahoda 2002-03-07 12:30:55 UTC
The "Shortcut sequence:" label in Add keybinding dialog (in both of them, one is
accessible through:
Tools/Options/Editing/Editor settings/* editor/Keybinding/Add...
the second:
Macro start (Ctrl-J S), Macro end (Ctrl-J E), Add...)
is spelled: "Shortcut sequenceQQQ:", which looks strange.
Build is 020305_1. Seen on Solaris and Linux.
The "QQQ" IS a part of src/org/netbeans/modules/editor/options/Bundle.properties
(and japan localization of this bundle). The problem was removed in revision
1.48, but not from Orion branch.
See also Issue #18554.
Comment 1 Jan Lahoda 2002-03-07 12:54:10 UTC
The build is orion 020305_1
Comment 2 Martin Roskanin 2002-03-22 13:20:44 UTC
it has been already fixed in [maintrunk]

the fix is trivial, only modification of the string in budle properties file.

DIFF:

org/netbeans/modules/editor/options/Bundle.properties

- LBL_KSIP_Sequence=Shortcut SequenceQQQ:
+ LBL_KSIP_Sequence=Shortcut Sequence:


Comment 3 Martin Roskanin 2002-03-22 15:27:11 UTC
japan localization is also affected, so complete diff includes also the change of

org/netbeans/modules/editor/options/Bundle_ja.properties

Comment 4 Martin Roskanin 2002-03-25 08:39:13 UTC
fixed in [orion_fcs]
Comment 5 Jan Lahoda 2002-04-17 09:46:44 UTC
Verified in orion 020416_1.
Comment 6 Quality Engineering 2003-06-30 18:08:26 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.