From ef7abeec7751c8469ea44c55796200d5fe8c1a7c Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 13 May 2009 22:04:43 +0000 Subject: [PATCH] Make the Story Manager assets use the new icons. --- lib/WebGUI/Asset/Story.pm | 2 +- lib/WebGUI/Asset/Wobject/StoryArchive.pm | 2 +- lib/WebGUI/Asset/Wobject/StoryTopic.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/WebGUI/Asset/Story.pm b/lib/WebGUI/Asset/Story.pm index 4dc3f777f..c6303a066 100644 --- a/lib/WebGUI/Asset/Story.pm +++ b/lib/WebGUI/Asset/Story.pm @@ -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, diff --git a/lib/WebGUI/Asset/Wobject/StoryArchive.pm b/lib/WebGUI/Asset/Wobject/StoryArchive.pm index ac2c5fc1d..6ee016627 100644 --- a/lib/WebGUI/Asset/Wobject/StoryArchive.pm +++ b/lib/WebGUI/Asset/Wobject/StoryArchive.pm @@ -157,7 +157,7 @@ sub definition { ); push(@{$definition}, { assetName=>$i18n->get('assetName'), - icon=>'assets.gif', + icon=>'storyarchive.gif', autoGenerateForms=>1, tableName=>'StoryArchive', className=>'WebGUI::Asset::Wobject::StoryArchive', diff --git a/lib/WebGUI/Asset/Wobject/StoryTopic.pm b/lib/WebGUI/Asset/Wobject/StoryTopic.pm index 097fff375..f20bfd9e1 100644 --- a/lib/WebGUI/Asset/Wobject/StoryTopic.pm +++ b/lib/WebGUI/Asset/Wobject/StoryTopic.pm @@ -75,7 +75,7 @@ sub definition { ); push(@{$definition}, { assetName=>$i18n->get('assetName'), - icon=>'assets.gif', + icon=>'storytopic.gif', autoGenerateForms=>1, tableName=>'StoryTopic', className=>'WebGUI::Asset::Wobject::StoryTopic',