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 27002 - Hard-coded mnemonics
Summary: Hard-coded mnemonics
Status: VERIFIED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscvs (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2002-09-04 06:44 UTC by _ mihmax
Modified: 2002-11-14 13:02 UTC (History)
0 users

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 _ mihmax 2002-09-04 06:44:08 UTC
release34 tag 
(Writing it, because your module seems to have no
3.4 version, and this is a bug of Netbeans 3.4)

vcscvs/src/org/netbeans/modules/vcs/cmdline/commands/CvsBranchFrame.java
        closeButton.setMnemonic(KeyEvent.VK_C);
        diffButton.setMnemonic(KeyEvent.VK_D);


vcscvs/src/org/netbeans/modules/vcs/cmdline/CvsCustomizer.java
        browseButton.setMnemonic(KeyEvent.VK_W);
        repositoryButton.setMnemonic(KeyEvent.VK_R);
        localRadioButton.setMnemonic(KeyEvent.VK_L);
        serverRadioButton.setMnemonic(KeyEvent.VK_S);
        pserverRadioButton.setMnemonic(KeyEvent.VK_P);
        cvsExeButton.setMnemonic(KeyEvent.VK_E);
        cygwinCheckBox.setMnemonic(KeyEvent.VK_U);
        cygwinButton.setMnemonic(KeyEvent.VK_B);

Thanks to Tom Ball who discovered
Comment 1 Martin Entlicher 2002-09-04 10:12:22 UTC
The module does not have 3.4 version intentionally, because it's not
in NetBeans 3.4 distribution.

I'll leave this issue as resolved later if anyone would ever maintain
this module.

I've filled issue #27007 for vcsgeneric module for the similar
problem. It's strange that it was not mentioned in the report on
nbdev.

Comment 2 Jiri Kovalsky 2002-11-14 13:02:28 UTC
Okay, hope this is not last comment to this bug. Verified as
unresolved issue for possible future maintainer.