Add the missing Map icons.

This commit is contained in:
Colin Kuskie 2009-07-06 04:38:45 +00:00
parent 3964baeb2e
commit 9e60251eb8
4 changed files with 2 additions and 1 deletions

View file

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