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 - Title of save as dialog not internationalized
Summary: Title of save as dialog not internationalized
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Output Window (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2004-05-28 11:08 UTC by Jiri Skrivanek
Modified: 2008-12-22 22:47 UTC (History)
1 user (show)

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 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.