Give RSSFromParent.pm the right icon filename.

This commit is contained in:
Drake 2006-11-21 17:05:30 +00:00
parent a0d2326f9c
commit eeb97d0135
2 changed files with 2 additions and 1 deletions

View file

@ -46,7 +46,7 @@ sub definition {
push(@{$definition}, {
assetName=>$i18n->get('assetName'),
icon=>'rssFromParent.gif',
icon=>'rssGear.gif',
autoGenerateForms=>1,
tableName=>'RSSFromParent',
className=>'WebGUI::Asset::RSSFromParent',