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 185071

Summary: Strange icon in New File wizard
Product: cnd Reporter: nnnnnk <nnnnnk>
Component: -- Other --Assignee: Alexey Vladykin <alexey_vladykin>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: strange icon

Description nnnnnk 2010-04-27 09:58:11 UTC
Created attachment 98109 [details]
strange icon

There is strange icon in New File wizard.
Comment 1 Alexey Vladykin 2010-04-27 11:14:56 UTC
class.h should not be there at all. It is declared as hidden:

            <file name="class.h" url="templates/cpp/class-h.template">
                <attr name="position" intvalue="510"/>
                <attr name="template" boolvalue="true"/>
                <attr name="templateCategory" stringvalue="hidden"/>
            </file>

How did you get this picture? Did you change mf-layer.xml in C/C++ Core? Does a clean build with clean userdir resolve the problem?
Comment 2 Alexey Vladykin 2010-05-04 15:18:05 UTC
Please provide more details.