Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3
-
Resolution: Fixed
-
Affects Version/s: 1.3.1, 1.4.0
-
Fix Version/s: 1.3.1
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
Resolved In Build:rc1
-
CPU:generic, x86
-
OS:generic, windows_nt
-
Verification:Verified
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2041213 | 1.4.0 | Joshua Outwater | P3 | Resolved | Fixed | beta |
Description
There are the resource extracting problems in the following files.
src/share/classes/com/sun/java/swing/plaf/windows/resources/
windows.properties
src/share/classes/javax/swing/plaf/metal/resources/
metal.properties
The property keys "FileChooser.newFolderAccessibleNam" in the above
files are an "e" missing at the end.
The source codes which call the resource are required the correct one.
WindowsFileChooserUI.java:
372 newFolderAccessibleName = UIManager.getString("FileChooser.newFolderAccessibleName");
MetalFileChooserUI.java:
372 newFolderAccessibleName = UIManager.getString("FileChooser.newFolderAccessibleName");
This problem affects the localization.
kenichi.kurosaki@Japan 2001-03-06
it is fixed in ladybird-rc1 for ko locale
songan@eng 2001-04-02
src/share/classes/com/sun/java/swing/plaf/windows/resources/
windows.properties
src/share/classes/javax/swing/plaf/metal/resources/
metal.properties
The property keys "FileChooser.newFolderAccessibleNam" in the above
files are an "e" missing at the end.
The source codes which call the resource are required the correct one.
WindowsFileChooserUI.java:
372 newFolderAccessibleName = UIManager.getString("FileChooser.newFolderAccessibleName");
MetalFileChooserUI.java:
372 newFolderAccessibleName = UIManager.getString("FileChooser.newFolderAccessibleName");
This problem affects the localization.
kenichi.kurosaki@Japan 2001-03-06
it is fixed in ladybird-rc1 for ko locale
songan@eng 2001-04-02
Attachments
Issue Links
- backported by
-
JDK-2041213 a base resource files have FileChooser.newFolderAccessibleName key are incorrect
-
- Resolved
-
- duplicates
-
JDK-4417285 Wrong key name : FileChooser.newFolderAccessibleNam
-
- Closed
-
- relates to
-
JDK-4431996 ladybird-ja: FileChooser.newFolderAccessibleName resources are incorrect
-
- Closed
-