diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-02-03 11:53:39 +0200 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2014-02-03 11:53:39 +0200 | 
| commit | 294d6777bf79bd843fc652f0b4fb4cd51cc2c0c1 (patch) | |
| tree | 180ab3b7b05776cb8c6616920c075c355d27a7d1 | |
| parent | 877f7ca131e652fa7644d118d08ab9e181d33d35 (diff) | |
MAINT-3671 FIXED Rename title when new tab is added.
| -rwxr-xr-x | indra/newview/llpreviewscript.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llpreviewscript.cpp b/indra/newview/llpreviewscript.cpp index 53a5ed1476..26c46d543c 100755 --- a/indra/newview/llpreviewscript.cpp +++ b/indra/newview/llpreviewscript.cpp @@ -1879,7 +1879,7 @@ void LLLiveLSLEditor::loadAsset()  			mIsModifiable = item && gAgent.allowOperation(PERM_MODIFY,   										item->getPermissions(),  				   						GP_OBJECT_MANIPULATE); -			 +			refreshFromItem();  			// This is commented out, because we don't completely  			// handle script exports yet.  			/* | 
