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 - Strange icon in New File wizard
Summary: Strange icon in New File wizard
Status: RESOLVED INCOMPLETE
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Alexey Vladykin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-27 09:58 UTC by nnnnnk
Modified: 2010-05-04 15:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
strange icon (63.60 KB, image/png)
2010-04-27 09:58 UTC, nnnnnk
Details

Note You need to log in before you can comment on or make changes to this bug.
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.