Actions
Bug #2368
closedRemove svg icon properties from Workflow MOML files
Start date:
02/23/2006
Due date:
% Done:
0%
Estimated time:
Bugzilla-Id:
2368
Description
Need to remove svg icon and thumbnail icon properties from workflow MOML files
in the kepler/workflows directory. The specific text to remove in each case is
all occurrences of:
<property name="_svgIcon" class="some.class.name.Here">
<configure>/svg/IconNameHere.svg</configure>
</property>
<property name="_thumbnailRasterIcon" class="some.class.name.Here">
<configure>/actorthumbs/IconNameHere-sm.gif</configure>
</property>
NOTE - don't just cut and paste the above text - you need to replace
"some.class.name.Here" and "IconNameHere" with the real values :-)
Updated by Matthew Brooke over 18 years ago
Reassigned to Dan, and changed category to General (not UI, but wasn't sure which category "workflows" belongs to)
Updated by Dan Higgins almost 17 years ago
This has been done for all 'demo' workflows
Actions