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 206348 - I18N: "Select Listener" is hardcoded
Summary: I18N: "Select Listener" is hardcoded
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2011-12-14 00:27 UTC by Masaki Katakai
Modified: 2011-12-20 15:57 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 Masaki Katakai 2011-12-14 00:27:44 UTC
The dialog title "Select Listener" is hardcoded.
Please extract it to Bundle.properties.

There are 2 places in EventsModel.java.

./debugger.jpda.visual/src/org/netbeans/modules/debugger/jpda/visual/models/EventsModel.java:

            NotifyDescriptor nd = new DialogDescriptor(sep, "Select Listener", true, null);

            NotifyDescriptor nd = new DialogDescriptor(jsp, "Select Listener", true, null);
Comment 1 Martin Entlicher 2011-12-19 19:45:21 UTC
Fixed by changeset:   209143:bf660088e503
http://hg.netbeans.org/main/rev/bf660088e503
Comment 2 Quality Engineering 2011-12-20 15:57:04 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/bf660088e503
User: mentlicher@netbeans.org
Log: #206348 Select Listener dialog title is localized.