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 158121 - I18N: some strings for "Window Component" wizard are not from Bundle.properties
Summary: I18N: some strings for "Window Component" wizard are not from Bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: rmichalsky
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-02-07 12:01 UTC by Masaki Katakai
Modified: 2009-03-06 10:46 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 Masaki Katakai 2009-02-07 12:01:36 UTC
trunk build : 200902061401

It seems that these strings on wizard for "Window Component" are not extracted
into Bundle.properties.

apisupport.project/src/org/netbeans/modules/apisupport/project/ui/wizard/winsys/BasicSettingsPanel.java:

        org.openide.awt.Mnemonics.setLocalizedText(cbSlidingNotAllowed, "&Sliding not allowed");
        org.openide.awt.Mnemonics.setLocalizedText(cbClosingNotAllowed, "&Closing not allowed");
        org.openide.awt.Mnemonics.setLocalizedText(cbUndockingNotAllowed, "&Undocking not allowed");
        org.openide.awt.Mnemonics.setLocalizedText(cbDraggingNotAllowed, "&Dragging not allowed");
        org.openide.awt.Mnemonics.setLocalizedText(cbMaximizationNotAllowed, "&Maximization not allowed");
Comment 1 rmichalsky 2009-02-09 09:40:43 UTC
fixed in core-main #01bd385afc8b
Comment 2 Quality Engineering 2009-02-12 08:20:38 UTC
Integrated into 'main-golden', will be available in build *200902120201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/01bd385afc8b
User: Richard Michalsky <rmichalsky@netbeans.org>
Log: #158121: wizard panel strings l10n
Comment 3 Masaki Katakai 2009-03-06 10:46:07 UTC
Great! Verified on 200903040201. Thank you!