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 72284 - Action wiz -improve warning message when no 24x24 icon selected
Summary: Action wiz -improve warning message when no 24x24 icon selected
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Templates (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-06 09:01 UTC by pzajac
Modified: 2006-02-28 15:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2006-02-06 09:01:21 UTC
[200602051900]
Steps to reproduce:
1) Show action wiz
2) Select add to toolbars checkbox
3) go to last panel 
4) select only 16x16 icon
 
The message warning massage was shown:
"No large icon (24x24) found." 
is nice but not useful for nb actions new developer. 
May be it will be better :
"No large icon (24x24) found. No file <icon name>24.gif found in the folder of
selected icon."
Comment 1 rmatous 2006-02-21 17:23:53 UTC
Fixed in trunk
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/action/NameIconLocationPanel.java,v
 new revision: 1.22; previous revision: 1.21

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/action/Bundle.properties,v
 new revision: 1.17; previous revision: 1.16
Comment 2 rmatous 2006-02-21 17:31:48 UTC
Fixed in 5.0u1
/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/action/NameIconLocationPanel.java,v
 new revision: 1.19.2.3; previous revision: 1.19.2.2

/cvs/apisupport/project/src/org/netbeans/modules/apisupport/project/ui/wizard/action/Bundle.properties,v
 new revision: 1.16.2.1; previous revision: 1.16
Comment 3 pzajac 2006-02-28 15:52:26 UTC
verified in 50u1