diff --git a/.hgtags b/.hgtags
index ade129e0e5..40ac516690 100644
--- a/.hgtags
+++ b/.hgtags
@@ -158,3 +158,5 @@ b53a0576eec80614d7767ed72b40ed67aeff27c9 2.5.2-release
0000000000000000000000000000000000000000 DRTVWR-38_2.5.2-release
0000000000000000000000000000000000000000 2.5.2-release
8f16fc4647d4a97b02042094a213b1fdea5c9462 FSmerge-2.5.2
+43cb7dc1804de1a25c0b2b3f0715584af1f8b470 RLVa-1.2.2
+89532c8dfd5b6c29f1cb032665b44a74a52452e1 RLVa-1.3.0
diff --git a/doc/contributions.txt b/doc/contributions.txt
index 51e3028321..ccc09243a9 100644
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -794,6 +794,7 @@ Twisted Laws
STORM-844
STORM-643
STORM-954
+ STORM-1103
Vadim Bigbear
VWR-2681
Vector Hastings
diff --git a/indra/llui/llnotifications.cpp b/indra/llui/llnotifications.cpp
index cc9edfcdea..2369fd25f2 100644
--- a/indra/llui/llnotifications.cpp
+++ b/indra/llui/llnotifications.cpp
@@ -883,6 +883,13 @@ std::string LLNotification::getLabel() const
return (mTemplatep ? label : "");
}
+// [SL:KB] - Patch: UI-Notifications | Checked: 2011-04-11 (Catznip-2.5.0a) | Added: Catznip-2.5.0a
+bool LLNotification::hasLabel() const
+{
+ return !mTemplatep->mLabel.empty();
+}
+// [/SL:KB]
+
std::string LLNotification::getURL() const
{
if (!mTemplatep)
diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h
index 34d3537781..e6a6f5d9e7 100644
--- a/indra/llui/llnotifications.h
+++ b/indra/llui/llnotifications.h
@@ -507,6 +507,10 @@ public:
return mTimestamp;
}
+// [SL:KB] - Patch: UI-Notifications | Checked: 2011-04-11 (Catznip-2.5.0a) | Added: Catznip-2.5.0a
+ bool hasLabel() const;
+// [/SL:KB]
+
std::string getType() const;
std::string getMessage() const;
std::string getLabel() const;
diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml
index 678cfc751d..d14c44213f 100644
--- a/indra/newview/app_settings/settings.xml
+++ b/indra/newview/app_settings/settings.xml
@@ -6426,6 +6426,17 @@
Value
305
+ NotificationCanEmbedInIM
+
NotificationToastLifeTime
+ NearbyListShowMap
+
NearbyListShowIcons