Give the MapPoint asset an icon. Fixes bug #11169

This commit is contained in:
Colin Kuskie 2010-02-15 09:04:51 -08:00
parent 0decc8392c
commit 40514a2533
4 changed files with 2 additions and 1 deletions

View file

@ -161,7 +161,7 @@ sub definition {
);
push @{$definition}, {
assetName => $i18n->get('assetName'),
icon => 'MapPoint.gif',
icon => 'mappoint.png',
autoGenerateForms => 1,
tableName => 'MapPoint',
className => 'WebGUI::Asset::MapPoint',