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 70233

Summary: I18N - feed reader sample - wizard messages/labels not from bundle file
Product: usersguide Reporter: Ken Frank <kfrank>
Component: API SupportAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED FIXED    
Severity: blocker CC: jchalupa, jf4jbug, mgrummich
Priority: P2 Keywords: I18N
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Ken Frank 2005-12-12 01:39:42 UTC
new project - samples - netbeans modules - feed reader
the labels and messages on the wizard page
are not from bundle 
Project Name, Location, Folder
left side Create a new FeedReader project
error msg like Project Folder exists and not empty
Browse ...
(maybe there are others; this is just what I see on wizard)

I know samples themselves not localized but for other sample projects
the wizards have the messages coming from bundle files.

ken.frank@sun.com
Comment 1 Jan Chalupa 2005-12-12 14:31:14 UTC
Martin, please look at it.
Comment 2 Martin Krauskopf 2005-12-12 22:00:52 UTC
I'll take a look at it tomorrow.
Comment 3 Martin Krauskopf 2005-12-13 09:26:06 UTC
According to guidelines at HR description page, point 2 this need not go through
reviewers.
Comment 4 Martin Krauskopf 2005-12-13 10:35:17 UTC
Fixed. I'm going to backport to release50.

Bundle.properties; 1.2 -> 1.3; 
FeedReaderPanelVisual.java; 1.2 -> 1.3;
FeedReaderWizardIterator.java; 1.3 -> 1.4;
FeedReaderWizardPanel.java; 1.2 -> 1.3;
Comment 5 Martin Krauskopf 2005-12-13 11:07:54 UTC
Fixed also in release50.

Bundle.properties; 1.2 -> 1.2.10.1;
FeedReaderPanelVisual.java; 1.2 -> 1.2.14.1;
FeedReaderWizardIterator.java; 1.3 -> 1.3.14.1;
FeedReaderWizardPanel.java; 1.2 -> 1.2.14.1;
Comment 6 pzajac 2006-01-06 08:24:42 UTC
verfied