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

(-)openide/deprecated/src/org/openide/actions/BuildProjectAction.java (-1 / +4 lines)
Lines 35-41 Link Here
35
    * @return the name of the action
35
    * @return the name of the action
36
    */
36
    */
37
    public String getName() {
37
    public String getName() {
38
        return NbBundle.getBundle(BuildProjectAction.class).getString("BuildProject");
38
        return NbBundle.getBundle(
39
            "org.openide.deprecated.Bundle",
40
            java.util.Locale.getDefault(),
41
            BuildProjectAction.class.getClassLoader()).getString("BuildProject");
39
    }
42
    }
40
43
41
    /* Help context where to find more about the action.
44
    /* Help context where to find more about the action.

Return to bug 32205