summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationlistview.h
diff options
context:
space:
mode:
authorpavelk_productengine <pavelkproductengine@lindenlab.com>2015-03-17 18:26:28 +0200
committerpavelk_productengine <pavelkproductengine@lindenlab.com>2015-03-17 18:26:28 +0200
commitb147d659dc0c94a972f1c82f16536b374ee10c19 (patch)
tree3b31d6064ce12e4268492760f39d21e898a3e7e9 /indra/newview/llnotificationlistview.h
parent1891c5a8e0f9323e5657e6be775b1a97763ddf09 (diff)
MAINT-4734 (Separate transaction notices from group notice/invites)
1) stripped off attachment field; 2) made logos (group's, sender's, etc) in expanded view the same size as in condensed view; 3) turned on notification showing upon click; 4) fixed cropped right border of Invite and Transactions notifications; 5) enabled "Collapse All" button; 6) stripped off unnecessary icons.
Diffstat (limited to 'indra/newview/llnotificationlistview.h')
-rw-r--r--indra/newview/llnotificationlistview.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/llnotificationlistview.h b/indra/newview/llnotificationlistview.h
index 9329826faf..307ad87789 100644
--- a/indra/newview/llnotificationlistview.h
+++ b/indra/newview/llnotificationlistview.h
@@ -1,10 +1,10 @@
/**
- * @file llflatlistview.h
- * @brief LLFlatListView base class and extension to support messages for several cases of an empty list.
+ * @file llnotificationlistview.h
+ * @brief LLNotificationListView class to support notifications list contained in enclosing floater.
*
- * $LicenseInfo:firstyear=2009&license=viewerlgpl$
+ * $LicenseInfo:firstyear=2015&license=viewerlgpl$
* Second Life Viewer Source Code
- * Copyright (C) 2010, Linden Research, Inc.
+ * Copyright (C) 2015, Linden Research, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -46,4 +46,4 @@ public:
virtual bool addNotification(LLNotificationListItem * item);
};
-#endif \ No newline at end of file
+#endif