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

Summary: I18N: "Select Listener" is hardcoded
Product: debugger Reporter: Masaki Katakai <masaki>
Component: JavaAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal Keywords: I18N
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.