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 47527
Collapse All | Expand All

(-)Actions.java (+5 lines)
Line 650 Link Here
650
            Object obj = action.getValue("noMenuIcon");
651
            if (obj != null) {
652
                button.setIcon(nonNullIcon(null));
653
                return;
654
            }
(-)PageSetupAction.java (-2 / +5 lines)
Line 26 Link Here
26
    
27
    public PageSetupAction() {
28
        putValue("noMenuIcon", Boolean.TRUE);
29
    }
Line 46 Link Here
46
        return null; //"org/openide/resources/actions/pageSetup.gif"; // NOI18N
50
        return "org/openide/resources/actions/pageSetup.gif"; // NOI18N
47
--

Return to bug 47527