diff --git a/docs/changelog/7.x.x.txt b/docs/changelog/7.x.x.txt index 9f4674813..a1bef79e3 100644 --- a/docs/changelog/7.x.x.txt +++ b/docs/changelog/7.x.x.txt @@ -1,6 +1,7 @@ 7.5.7 - fixed: HttpProxy mixes original site's content encoding with WebGUI's - fixed: Thingy i18n has an empty message + - fixed: Thingy has no icon 7.5.6 - fixed: events get start/end time even when none specified (also can offset start/end day) diff --git a/lib/WebGUI/Asset/Wobject/Thingy.pm b/lib/WebGUI/Asset/Wobject/Thingy.pm index b4341e1ef..6d663fd6b 100644 --- a/lib/WebGUI/Asset/Wobject/Thingy.pm +++ b/lib/WebGUI/Asset/Wobject/Thingy.pm @@ -178,7 +178,7 @@ sub definition { ); push(@{$definition}, { assetName=>$i18n->get('assetName'), - icon=>'Thingy.gif', + icon=>'thingy.gif', autoGenerateForms=>1, tableName=>'Thingy', className=>'WebGUI::Asset::Wobject::Thingy', diff --git a/www/extras/assets/small/thingee.gif b/www/extras/assets/small/thingy.gif similarity index 100% rename from www/extras/assets/small/thingee.gif rename to www/extras/assets/small/thingy.gif diff --git a/www/extras/assets/thingee.gif b/www/extras/assets/thingy.gif similarity index 100% rename from www/extras/assets/thingee.gif rename to www/extras/assets/thingy.gif