From afb366ad7e9d667b7bf4e9a7f58f565182c7ee5b Mon Sep 17 00:00:00 2001 From: Vadim Savchuk Date: Wed, 12 May 2010 15:46:26 +0300 Subject: EXT-7206 ADDITIONAL COMMIT Added missing avatar sex icons. --HG-- branch : product-engine --- indra/newview/skins/default/textures/icons/Female.png | Bin 0 -> 309 bytes indra/newview/skins/default/textures/icons/Male.png | Bin 0 -> 302 bytes 2 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 indra/newview/skins/default/textures/icons/Female.png create mode 100644 indra/newview/skins/default/textures/icons/Male.png (limited to 'indra/newview/skins/default/textures/icons') diff --git a/indra/newview/skins/default/textures/icons/Female.png b/indra/newview/skins/default/textures/icons/Female.png new file mode 100644 index 0000000000..67b5653a94 Binary files /dev/null and b/indra/newview/skins/default/textures/icons/Female.png differ diff --git a/indra/newview/skins/default/textures/icons/Male.png b/indra/newview/skins/default/textures/icons/Male.png new file mode 100644 index 0000000000..f3fad77fd0 Binary files /dev/null and b/indra/newview/skins/default/textures/icons/Male.png differ -- cgit v1.2.3 From 059a71423019b6a38c41e2dae6d3e879aa893beb Mon Sep 17 00:00:00 2001 From: Yuri Chebotarev Date: Thu, 13 May 2010 15:54:23 +0300 Subject: EXT-7045 FIX Group profile not using placeholder art add placeholder art, add code to convert texture name to ID since LLTextureCtrl can't accept textures by name... Reviwed V.Savchuk at https://codereview.productengine.com/secondlife/r/378 --HG-- branch : product-engine --- .../skins/default/textures/icons/Generic_Group_Large.png | Bin 0 -> 7905 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 indra/newview/skins/default/textures/icons/Generic_Group_Large.png (limited to 'indra/newview/skins/default/textures/icons') diff --git a/indra/newview/skins/default/textures/icons/Generic_Group_Large.png b/indra/newview/skins/default/textures/icons/Generic_Group_Large.png new file mode 100644 index 0000000000..c067646c65 Binary files /dev/null and b/indra/newview/skins/default/textures/icons/Generic_Group_Large.png differ -- cgit v1.2.3