From 7edac21523ed4b280d88202bfac625afd4398ea6 Mon Sep 17 00:00:00 2001 From: JT Smith Date: Fri, 10 Mar 2006 21:24:57 +0000 Subject: [PATCH] using correct icon now --- lib/WebGUI/Asset/Wobject/EventManagementSystem.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm index 86feedc81..2c70140c4 100644 --- a/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm +++ b/lib/WebGUI/Asset/Wobject/EventManagementSystem.pm @@ -104,7 +104,7 @@ sub definition { ); push(@{$definition}, { assetName=>$i18n->get('assetName'), - icon=>'article.gif', + icon=>'ems.gif', autoGenerateForms=>1, tableName=>'EventManagementSystem', className=>'WebGUI::Asset::Wobject::EventManagementSystem',