diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 4523b2651..559db1593 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,6 +1,7 @@ 7.7.14 - fixed #10606: shelf selector - fixed: Have just 1 list of protected groups. Use that everywhere. + - fixed #10488: Map.gif is missing for Map wobject 7.7.13 - fixed #10574: Creating Calendar Entry diff --git a/lib/WebGUI/Asset/Wobject/Map.pm b/lib/WebGUI/Asset/Wobject/Map.pm index fde4e185c..daee44034 100644 --- a/lib/WebGUI/Asset/Wobject/Map.pm +++ b/lib/WebGUI/Asset/Wobject/Map.pm @@ -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', diff --git a/www/extras/assets/maps.png b/www/extras/assets/maps.png new file mode 100644 index 000000000..25cd24b4a Binary files /dev/null and b/www/extras/assets/maps.png differ diff --git a/www/extras/assets/small/maps.png b/www/extras/assets/small/maps.png new file mode 100644 index 000000000..c50b431c7 Binary files /dev/null and b/www/extras/assets/small/maps.png differ