diff options
| -rw-r--r-- | indra/newview/llviewermessage.cpp | 6 | ||||
| -rw-r--r-- | indra/newview/skins/default/xui/en/notifications.xml | 6 | 
2 files changed, 6 insertions, 6 deletions
| diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index d0eddc24b2..87045d2abf 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -1158,9 +1158,9 @@ bool LLOfferInfo::inventory_offer_callback(const LLSD& notification, const LLSD&  		default:  			LL_WARNS("Messaging") << "inventory_offer_callback: unknown offer type" << LL_ENDL;  			break; -		}	// end switch (mIM) -			 -		// Show falls through to accept. +		} +		break; +		// end switch (mIM)  	case IOR_ACCEPT:  		msg->addU8Fast(_PREHASH_Dialog, (U8)(mIM + 1)); diff --git a/indra/newview/skins/default/xui/en/notifications.xml b/indra/newview/skins/default/xui/en/notifications.xml index af02a182db..9d3c31c4e6 100644 --- a/indra/newview/skins/default/xui/en/notifications.xml +++ b/indra/newview/skins/default/xui/en/notifications.xml @@ -5022,9 +5022,9 @@ An object named [OBJECTFROMNAME] owned by (an unknown Resident) has given you [O  [ITEM_SLURL]      <form name="form">        <button -       index="0" -       name="Keep" -       text="Keep"/> +       index="4" +       name="Show" +       text="Show"/>        <button         index="1"         name="Discard" | 
