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 67272 - "Go to" label appears in some of the Go to editor items
Summary: "Go to" label appears in some of the Go to editor items
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-21 09:26 UTC by jrojcek
Modified: 2007-11-05 13:42 UTC (History)
0 users

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 jrojcek 2005-10-21 09:26:07 UTC
In the editor's Go To contextual menu, 2 menu items start with "Go to" label. It should be removed. It is: 
"Go to Test" and "Go to Class...". Should be just "Test" and "Class...".

I'm not sure if this belongs to editor. Please reassign where appropriate. Also please make sure that 
renaming these menu items will not break the Navigate main menu where the menu items should start 
with "Go to".
Comment 1 Daniel Prusa 2005-10-31 15:00:10 UTC
Fixed in trunk.

/cvs/editor/src/org/netbeans/modules/editor/NbEditorKit.java
new revision: 1.90; previous revision: 1.89

/cvs/java/editor/src/org/netbeans/modules/editor/java/JavaFastOpenAction.java
new revision: 1.5; previous revision: 1.4

/cvs/junit/src/org/netbeans/modules/junit/Bundle.properties
new revision: 1.69; previous revision: 1.68

/cvs/junit/src/org/netbeans/modules/junit/GoToOppositeAction.java
new revision: 1.6; previous revision: 1.5