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 43969

Summary: Title of save as dialog not internationalized
Product: platform Reporter: Jiri Skrivanek <jskrivanek>
Component: Output WindowAssignee: _ tboudreau <tboudreau>
Status: CLOSED FIXED    
Severity: blocker CC: mslama
Priority: P3 Keywords: I18N
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2004-05-28 11:08:07 UTC
In the class org.netbeans.core.output2.Controller
there is only jfc.setName(dlgTtl); but it should
be also jfc.setDialogTitle(dlgTtl);.
Comment 1 _ tboudreau 2004-05-28 13:22:56 UTC
Checking in src/org/netbeans/core/output2/Controller.java;
/cvs/core/output2/src/org/netbeans/core/output2/Controller.java,v  <--  Controller.java
new revision: 1.4; previous revision: 1.3
done
Processing log script arguments...
Comment 2 Jiri Skrivanek 2004-05-31 09:06:13 UTC
Verified in build 20040530-2306.