diff options
| -rw-r--r-- | indra/newview/lllocationinputctrl.cpp | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/indra/newview/lllocationinputctrl.cpp b/indra/newview/lllocationinputctrl.cpp index 66cc3c6724..ff713d74ad 100644 --- a/indra/newview/lllocationinputctrl.cpp +++ b/indra/newview/lllocationinputctrl.cpp @@ -972,8 +972,8 @@ void LLLocationInputCtrl::changeLocationPresentation()  	if (!mTextEntry)  		return; -	//change location presentation only if user does not  select/past anything and  -	//human-readable region name  is being displayed +	//change location presentation only if user does not select/paste anything and  +	//human-readable region name is being displayed  	std::string text = mTextEntry->getText();  	LLStringUtil::trim(text);  	if(!mTextEntry->hasSelection() && text == mHumanReadableLocation) | 
