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 119822 - Initial slashes in icon path
Summary: Initial slashes in icon path
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-23 17:39 UTC by Jesse Glick
Modified: 2009-05-18 10:47 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 Jesse Glick 2007-10-23 17:39:07 UTC
Found in log:

WARNING [org.openide.util.IconManager]: Initial slashes in Utilities.loadImage deprecated (cf. #20072):
/org/netbeans/modules/html/editor/resources/htmlTag.png

---%<--- html/editor/src/org/netbeans/modules/html/editor/resources/HTML.nbs
NAVIGATOR:tag: {
    display_name: "$startTag.TAG_OPEN$";
    tooltip: "$$";
    icon: "/org/netbeans/modules/html/editor/resources/htmlTag.png";
}
# etc.
---%<---
Comment 1 Marek Fukala 2007-10-26 17:04:21 UTC
fixed

Checking in html/editor/src/org/netbeans/modules/html/editor/resources/HTML.nbs;
/cvs/html/editor/src/org/netbeans/modules/html/editor/resources/HTML.nbs,v  <--  HTML.nbs
new revision: 1.14; previous revision: 1.13
done
Checking in languages/css/src/org/netbeans/modules/languages/css/CSS.nbs;
/cvs/languages/css/src/org/netbeans/modules/languages/css/CSS.nbs,v  <--  CSS.nbs
new revision: 1.28; previous revision: 1.27
done