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 70824 - I18N - "Options" on window header of new options not from localized bundle
Summary: I18N - "Options" on window header of new options not from localized bundle
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 5.x
Hardware: Sun All
: P2 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2005-12-27 21:04 UTC by Ken Frank
Modified: 2008-12-22 21:51 UTC (History)
2 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 Ken Frank 2005-12-27 21:04:47 UTC
The window header "Options" of new options window does not come from bundle, or
if it does, not from localzied one.

The window header of Advanced Options does come from bundle and localized bundle.
Comment 1 Jan Jancura 2006-01-02 10:40:10 UTC
fixed in trunk:

Index: org/netbeans/modules/options/Bundle.properties
===================================================================
RCS file: /cvs/core/options/src/org/netbeans/modules/options/Bundle.properties,v
retrieving revision 1.10
diff -r1.10 Bundle.properties
20a21
> CTL_Options_Dialog_Title=Options
Index: org/netbeans/modules/options/OptionsWindowAction.java
===================================================================
RCS file:
/cvs/core/options/src/org/netbeans/modules/options/OptionsWindowAction.java,v
retrieving revision 1.27
diff -r1.27 OptionsWindowAction.java
86c86
<                 "Options",
---
>                 loc ("CTL_Options_Dialog_Title"),

Comment 2 Roman Strobl 2006-01-02 13:43:54 UTC
Verified on build 20060102-1138, I agree with commit to the release50 branch.
Comment 3 Pavel Flaska 2006-01-02 13:52:46 UTC
Reviewed, fix is correct.
Comment 4 Jan Jancura 2006-01-03 09:55:30 UTC
fixed in release50 branch:
cvs commit -m "70824  I18N - "Options" on window header of new options not from
localized bundl..." -- Bundle.properties OptionsWindowAction.java (in directory
C:\Hanz\Dev\release50\core\options\src\org\netbeans\modules\options)
Checking in Bundle.properties;
/cvs/core/options/src/org/netbeans/modules/options/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.9.2.1; previous revision: 1.9
done
Checking in OptionsWindowAction.java;
/cvs/core/options/src/org/netbeans/modules/options/OptionsWindowAction.java,v 
<--  OptionsWindowAction.java
new revision: 1.27.2.1; previous revision: 1.27
done
Comment 5 Marek Grummich 2006-01-05 12:54:26 UTC
Verified in the build 200601042030 (5.0)