diff options
author | Richard Nelson <none@none> | 2010-06-04 14:26:08 -0700 |
---|---|---|
committer | Richard Nelson <none@none> | 2010-06-04 14:26:08 -0700 |
commit | 1be76eccdfed4d02f7ff8e34a29528887dd8d26c (patch) | |
tree | 0f1ef59f9ff5986dbd6ce8ab117c66f92b4205bc /indra/newview/llinventoryitemslist.h | |
parent | 46e1253ee11cd2aca41314ec4e9c053bddd7a0b4 (diff) | |
parent | 05d7addde73511d303f9203d0dc007ebb2e5b299 (diff) |
merge
Diffstat (limited to 'indra/newview/llinventoryitemslist.h')
-rw-r--r-- | indra/newview/llinventoryitemslist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llinventoryitemslist.h b/indra/newview/llinventoryitemslist.h index 03ad7c2184..0dd6f53be7 100644 --- a/indra/newview/llinventoryitemslist.h +++ b/indra/newview/llinventoryitemslist.h @@ -179,6 +179,9 @@ protected: /** Set item title - inventory item name usually */ void setTitle(const std::string& title, const std::string& highlit_text); + // force not showing link icon on item's icon + bool mForceNoLinksOnIcons; + private: /** reshape left side widgets |