Bug 4641 - Icon lookup fails for some windows icon paths (1GD2DEY)
Summary: Icon lookup fails for some windows icon paths (1GD2DEY)
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P4 normal (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1954
  Show dependency tree
 
Reported: 2001-10-11 14:20 EDT by Nick Edgar CLA
Modified: 2002-04-30 10:31 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2001-10-11 14:20:26 EDT
On WIN2000 the icon name for the WordPad entry comes back as 	

		"%ProgramFiles%\Windows NT\Accessories\WORDPAD.EXE",1

	When the program tries to lookup the small icon it cannot find the data when it has this path and returns null.

STEPS
1) On a WIN2000 machine that does not have Microsoft Office loaded execute the following in the Scrapbook

Program p = Program.findProgram(".doc");
p.getImageData();

This will return null due to the small icon being null although it will find the program


NOTES:

	TC (05/01/01 4:23:49 PM) - 
		NE has the only machine that shows this behaviour currently

	McQ (09/05/2001 3:25:29 PM) -
		SN to fix.
Comment 1 DJ Houghton CLA 2001-10-29 16:27:34 EST
PRODUCT VERSION: 0.102


Comment 2 Steve Northover CLA 2002-04-30 10:31:10 EDT
Fixed > 20020430