Minor adjustments
This commit is contained in:
@@ -1497,7 +1497,7 @@ bool idle_startup()
|
||||
}
|
||||
else
|
||||
{
|
||||
emsg << "Unable to connect to " << LLAppViewer::instance()->getSecondLifeTitle() << ".\n";
|
||||
emsg << "Unable to connect to " << gHippoGridManager->getCurrentGrid()->getGridName() << ".\n";
|
||||
emsg << LLUserAuth::getInstance()->errorMessage();
|
||||
}
|
||||
break;
|
||||
|
||||
@@ -189,9 +189,9 @@ void LLViewerInventoryItem::updateServer(BOOL is_new) const
|
||||
if(!mIsComplete)
|
||||
{
|
||||
// *FIX: deal with this better.
|
||||
// If we're crashing here then the UI is incorrectly enabled.
|
||||
llwarns << "LLViewerInventoryItem::updateServer() - for incomplete item"
|
||||
<< llendl;
|
||||
LLNotifications::instance().add("IncompleteInventoryItem");
|
||||
return;
|
||||
}
|
||||
LLInventoryModel::LLCategoryUpdate up(mParentUUID, is_new ? 1 : 0);
|
||||
|
||||
@@ -5375,6 +5375,13 @@ Unable to load script. Please try again.
|
||||
The complete contents you are offering are not yet locally available. Please try offering those items again in a minute.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notifytip.tga"
|
||||
name="IncompleteInventoryItem"
|
||||
type="notifytip">
|
||||
The item you are accessing is not yet locally available. Please try again in a minute.
|
||||
</notification>
|
||||
|
||||
<notification
|
||||
icon="notifytip.tga"
|
||||
name="CannotModifyProtectedCategories"
|
||||
|
||||
Reference in New Issue
Block a user