diff options
| author | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-08 22:15:27 +0200 | 
|---|---|---|
| committer | Eugene Mutavchi <emutavchi@productengine.com> | 2009-12-08 22:15:27 +0200 | 
| commit | a85812d93fa8e574391ad3e1d21cf0758324e2f1 (patch) | |
| tree | 638f822d67b3bd707489b0d6f603da5c5182be74 /indra | |
| parent | 4db25f9e02f79afaaaffdf205fe7dfe8785029d8 (diff) | |
Partial fix of normal bug EXT-2788 (Confusing message after accepting outdated voice chat)
--HG--
branch : product-engine
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llimview.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp index d5d3b3b5ae..6a9853913a 100644 --- a/indra/newview/llimview.cpp +++ b/indra/newview/llimview.cpp @@ -1082,7 +1082,7 @@ public:  			if ( 404 == statusNum )  			{  				std::string error_string; -				error_string = "does not exist"; +				error_string = "session_does_not_exist_error";  				gIMMgr->showSessionStartError(error_string, mSessionID);  			}  		} | 
