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 149192 - I18N : "Ok" and "Cancel" are hardcoded in filter editor
Summary: I18N : "Ok" and "Cancel" are hardcoded in filter editor
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Action Items (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: I18N, SIMPLEFIX
Depends on:
Blocks:
 
Reported: 2008-10-06 08:09 UTC by Masaki Katakai
Modified: 2008-10-07 06:07 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
patch ;) (2.11 KB, patch)
2008-10-06 10:45 UTC, Lukas Hasik
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Masaki Katakai 2008-10-06 08:09:40 UTC
It seems that the string of "Ok" and "Cancel" for dialog buttons are hardcoded.
Please extract them to bundle file.

tasklist.ui/src/org/netbeans/modules/tasklist/filter/FilterEditor.java

        btnOk= new JButton( "Ok" );
        btnCancel = new JButton( "Cancel" );
Comment 1 Lukas Hasik 2008-10-06 09:47:39 UTC
as it is I18N bug that influences ML release and Tasks are first class citizens now -> P2 
Comment 2 Lukas Hasik 2008-10-06 10:45:15 UTC
Created attachment 71181 [details]
patch ;)
Comment 3 Stanislav Aubrecht 2008-10-06 11:03:35 UTC
fixed

5017d254be0e
Comment 4 Quality Engineering 2008-10-07 06:07:51 UTC
Integrated into 'main-golden', will be available in build *200810070201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5017d254be0e
User: S. Aubrecht <saubrecht@netbeans.org>
Log: #149192 - I18N