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.

View | Details | Raw Unified | Return to bug 148591
Collapse All | Expand All

(-)a/options.keymap/src/org/netbeans/modules/options/keymap/Bundle.properties (-1 / +1 lines)
Lines 75-81 Link Here
75
Show_Actions=Actio&ns
75
Show_Actions=Actio&ns
76
Show_Shortcuts=&Shortcuts
76
Show_Shortcuts=&Shortcuts
77
Keymaps=&Keymaps
77
Keymaps=&Keymaps
78
Keymap_Name=&Profile:
78
CTL_Keymap_Name=&Profile:
79
View_By=&View By
79
View_By=&View By
80
Shortcut=&Shortcut:
80
Shortcut=&Shortcut:
81
Add_Shortcut_Dialog=Add Shortcut
81
Add_Shortcut_Dialog=Add Shortcut
(-)a/options.keymap/src/org/netbeans/modules/options/keymap/KeymapPanel.java (+1 lines)
Lines 81-86 Link Here
81
        initComponents();
81
        initComponents();
82
        loc (bDuplicate,        "Duplicate");
82
        loc (bDuplicate,        "Duplicate");
83
        loc (bDelete,       "Delete");
83
        loc (bDelete,       "Delete");
84
        loc (lProfile,       "Keymap_Name");
84
//        loc (rbAction,      "Show_Actions");
85
//        loc (rbAction,      "Show_Actions");
85
//        loc (rbShortcut,    "Show_Shortcuts");
86
//        loc (rbShortcut,    "Show_Shortcuts");
86
        liShortcuts.getAccessibleContext ().setAccessibleName (loc ("AN_Shortcuts"));
87
        liShortcuts.getAccessibleContext ().setAccessibleName (loc ("AN_Shortcuts"));

Return to bug 148591