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 106949 - I18N - Go to Source label of local variables menu not from localized bundle file
Summary: I18N - Go to Source label of local variables menu not from localized bundle file
Status: VERIFIED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2007-06-18 04:08 UTC by Ken Frank
Modified: 2007-07-06 19:09 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 Ken Frank 2007-06-18 04:08:58 UTC
using pseudo localized netbeans in ja locale, the Go to Source menu item of the local variable window
either is not in bundle file or if in it, does not come from pseudo localized one - that is, all instances of
Go to Source in bundle files in various modules are pseudo localized, so it might mean that this Go to Source is not
in a bundle file.
Comment 1 Martin Entlicher 2007-06-18 09:04:03 UTC
It's hard-coded at debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/VariablesActionsProvider.java
Comment 2 Martin Entlicher 2007-06-18 09:12:30 UTC
Fixed:

/shared/data/ccvs/repository/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.44; previous revision: 1.43

/shared/data/ccvs/repository/debuggerjpda/ui/src/org/netbeans/modules/debugger/jpda/ui/models/VariablesActionsProvider.java,v
 <--  VariablesActionsProvider.java
new revision: 1.12; previous revision: 1.11
Comment 3 Ken Frank 2007-07-06 19:09:13 UTC
v