summaryrefslogtreecommitdiff
path: root/indra/newview/llchiclet.h
diff options
context:
space:
mode:
authorAndrew Polunin <apolunin@productengine.com>2009-11-11 11:46:55 +0200
committerAndrew Polunin <apolunin@productengine.com>2009-11-11 11:46:55 +0200
commit560ac281db6876a6173450a642cbe6b23d725d02 (patch)
tree821c2e6e60e70fca28ff58c977cd22fcd41a4fb4 /indra/newview/llchiclet.h
parent2857dd026ce67f26f4da2f07ecffd8d6b754625c (diff)
fixed minor bug EXT-2147 Group and Avatar Place Holder Icons defined in the specs should be used in place of currect placeholders
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llchiclet.h')
-rw-r--r--indra/newview/llchiclet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llchiclet.h b/indra/newview/llchiclet.h
index e7afd7f08e..eab4a282f5 100644
--- a/indra/newview/llchiclet.h
+++ b/indra/newview/llchiclet.h
@@ -107,6 +107,7 @@ public:
{
draw_tooltip(FALSE);
mouse_opaque(FALSE);
+ default_icon_name("Generic_Person");
};
};
@@ -128,7 +129,7 @@ public:
Optional<std::string> default_icon;
Params()
- : default_icon("default_icon", "default_land_picture.j2c")
+ : default_icon("default_icon", "Generic_Group")
{
};
};