diff options
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rw-r--r-- | indra/newview/llviewerinventory.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp index c28ed7c435..e52b3a9b83 100644 --- a/indra/newview/llviewerinventory.cpp +++ b/indra/newview/llviewerinventory.cpp @@ -403,7 +403,7 @@ void LLViewerInventoryCategory::updateServer(BOOL is_new) const // communicate that change with the server. if(LLAssetType::AT_NONE != mPreferredType) { - LLNotifyBox::showXml("CannotModifyProtectedCategories"); + LLNotifications::instance().add("CannotModifyProtectedCategories"); return; } @@ -427,7 +427,7 @@ void LLViewerInventoryCategory::removeFromServer( void ) // communicate that change with the server. if(LLAssetType::AT_NONE != mPreferredType) { - LLNotifyBox::showXml("CannotRemoveProtectedCategories"); + LLNotifications::instance().add("CannotRemoveProtectedCategories"); return; } |