diff options
| author | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-26 15:00:05 +0200 | 
|---|---|---|
| committer | Alexei Arabadji <aarabadji@productengine.com> | 2009-12-26 15:00:05 +0200 | 
| commit | 7319c80ee16b2e009169548bf286b9e514027808 (patch) | |
| tree | 931de73444bb82e9c60cfb4ce7ee05a4db8a73ae | |
| parent | 77abf061fb0f315e8966bf7eb1b8beb61b876601 (diff) | |
implemented EXT-3701 “Replace "accept" button with "show" in the inventory
offer toast”;
--HG--
branch : product-engine
| -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" | 
