RLVa impl updated to that used in v3. Hooked RLVa restrictions back into wearables. New RLVa floater: 'Locks...' Also updated 'Restrictions...' floater.
This commit is contained in:
@@ -731,6 +731,13 @@ std::string LLNotification::getLabel() const
|
||||
return 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)
|
||||
|
||||
Reference in New Issue
Block a user