Make the Story Manager assets use the new icons.

This commit is contained in:
Colin Kuskie 2009-05-13 22:04:43 +00:00
parent f54e975c14
commit ef7abeec77
3 changed files with 3 additions and 3 deletions

View file

@ -151,7 +151,7 @@ sub definition {
);
push(@{$definition}, {
assetName => $i18n->get('assetName'),
icon => 'assets.gif',
icon => 'story.gif',
tableName => 'Story',
className => 'WebGUI::Asset::Story',
properties => \%properties,