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 79952 - I18N: "Client Information" is hardcoded
Summary: I18N: "Client Information" is hardcoded
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Lukas Jungmann
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2006-07-11 06:29 UTC by Masaki Katakai
Modified: 2006-08-23 12:38 UTC (History)
3 users (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 Masaki Katakai 2006-07-11 06:29:28 UTC
"Client Information" is hardcoded on properties dialog of EAR project.

./j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/customizer/CustomizerRun.java:
       
clientInfoPanel.setBorder(javax.swing.BorderFactory.createTitledBorder("Client
Information"));
Comment 1 Lukas Jungmann 2006-07-11 10:48:27 UTC
take a look at this
Comment 2 Lukas Jungmann 2006-07-11 11:09:17 UTC
Fixed also for "Web Module Information"

IDE:-------------------------------------------------
IDE: [7/11/06 12:07 PM] Committing Files started
Checking in CustomizerRun.form;
/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/customizer/CustomizerRun.form,v
 <--  CustomizerRun.form
new revision: 1.6.52.5; previous revision: 1.6.52.4
done
Checking in CustomizerRun.java;
/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/customizer/CustomizerRun.java,v
 <--  CustomizerRun.java
new revision: 1.12.22.9; previous revision: 1.12.22.8
done
Checking in Bundle.properties;
/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/customizer/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.11.28.10; previous revision: 1.11.28.9
done
IDE: [7/11/06 12:07 PM] Committing Files finished
Comment 3 Pavel Rehak 2006-08-23 12:38:48 UTC
Verified.