From 7d3c1d2ca6fbf7ca412045b33f10f8d0c2e4a2b9 Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Wed, 19 Mar 2008 15:38:38 +0000 Subject: [PATCH] fixed: Thingy has no icon --- docs/changelog/7.x.x.txt | 1 + lib/WebGUI/Asset/Wobject/Thingy.pm | 2 +- www/extras/assets/small/{thingee.gif => thingy.gif} | Bin www/extras/assets/{thingee.gif => thingy.gif} | Bin 4 files changed, 2 insertions(+), 1 deletion(-) rename www/extras/assets/small/{thingee.gif => thingy.gif} (100%) rename www/extras/assets/{thingee.gif => thingy.gif} (100%) 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