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 32619 - Boolean property editor is not internationalizable
Summary: Boolean property editor is not internationalizable
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2003-04-04 10:28 UTC by _ tboudreau
Modified: 2008-12-22 15:50 UTC (History)
0 users

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 _ tboudreau 2003-04-04 10:28:19 UTC
The current strings "True" and "False" come from
the sun.beans 
property editor, and cannot be internationalized.

(actually this will be fixed with my next commit,
but it's worthwhile
to create a tracking issue for it, for
apichanges.html, etc.).
Comment 1 _ tboudreau 2003-04-04 14:35:23 UTC
Fixed with addition of replacement primitive boolean editor.  Since
the Boolean editor wraps the primitive editor, this fix will apply to
both.

BoolEditor 1.1
Comment 2 Marian Mirilovic 2004-08-17 08:46:14 UTC
verified