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 31379 - Patch in support for 26640 (in module core)
Summary: Patch in support for 26640 (in module core)
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ mihmax
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2003-02-23 20:20 UTC by _ mihmax
Modified: 2008-12-22 23:51 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch file (218.75 KB, patch)
2003-02-23 23:44 UTC, _ mihmax
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description _ mihmax 2003-02-23 20:20:18 UTC
patch follows (more than 30 files affected)
Comment 1 _ mihmax 2003-02-23 23:41:37 UTC
A lot of files use setText + setMnemonic/setDisplayedMnemonic instead of
org.openide.awt.setLocalizedText, see issue 26640 for 
details. 
(actually all the forms and more)

The following file is a diff (unified format),
against the trunk for all the affected files:
.form, .java, .properties

Please, commit ASAP, but, please, run some automatic tests before
commiting, there're many files affected and we're all people, we're
all making errors. 
It's the core, anyway. I compiled and worked a bit with altered core,
and didn't notice any inconsistencies, but who knows...
Comment 2 _ mihmax 2003-02-23 23:44:42 UTC
Created attachment 9111 [details]
Patch file
Comment 3 _ mihmax 2003-02-25 10:13:34 UTC
Please postpone commiting these patches, they should be 
rewritten. See Jesse's comment in issue 31372.
Comment 4 _ mihmax 2003-06-19 16:32:14 UTC
After resolution of issue 27009 the patch will be absolutely
different, so closing this as INVALID so far.