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

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
Patch file (3.42 KB, patch)
2003-02-23 21:37 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 21:29:42 UTC
core/src/org/netbeans/core/ui/MountNode.java and
openide/src/org/openide/loaders/TemplateWizard1.java

use setText + setMnemonic/setDisplayedMnemonic
instead of
org.openide.awt.setLocalizedText, see issue 26640 for 
details.

There's a weird piece of code (a fix for issue
19667), where core's file uses openide's and
passes some _Mnemonics there.

Hence, these two files must be wiped from
setMnemonics code together, I believe
Comment 1 _ mihmax 2003-02-23 21:35:51 UTC
The following is a Unified diff against trunk versions of the two
files, please verify and commit ASAP.
Comment 2 _ mihmax 2003-02-23 21:37:23 UTC
Created attachment 9108 [details]
Patch file
Comment 3 Jiri Rechtacek 2003-02-25 07:45:24 UTC
Thanks for patch I'm going to review and apply quikly.
Comment 4 _ mihmax 2003-02-25 10:16:22 UTC
Please postpone commiting these patches, they should be 
rewritten. See Jesse's comment in issue 31372.
Comment 5 _ mihmax 2003-06-19 16:33:23 UTC
After resolution of issue 27009 the patch will be absolutely
different, so closing this as INVALID so far.