summaryrefslogtreecommitdiff
path: root/indra/newview/llpreviewscript.cpp
diff options
context:
space:
mode:
authorCho <cho@lindenlab.com>2014-08-20 00:33:23 +0100
committerCho <cho@lindenlab.com>2014-08-20 00:33:23 +0100
commit5b82645ba2db049589cdc2f22c8c63794b949772 (patch)
tree1b340245bee51f0b127348a30d749c5c0e399e54 /indra/newview/llpreviewscript.cpp
parent5f09e6709877d2782a1a96264c545ace7f22519b (diff)
Added tooltip to > button in script editor for ACME-1588
Diffstat (limited to 'indra/newview/llpreviewscript.cpp')
-rwxr-xr-xindra/newview/llpreviewscript.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpreviewscript.cpp b/indra/newview/llpreviewscript.cpp
index a4023112ea..6830998a8a 100755
--- a/indra/newview/llpreviewscript.cpp
+++ b/indra/newview/llpreviewscript.cpp
@@ -1307,6 +1307,7 @@ void LLLiveLSLEditor::updateExperiencePanel()
mExperienceEnabled->setEnabled(getIsModifiable());
mExperiences->setVisible(TRUE);
mExperienceEnabled->set(TRUE);
+ getChild<LLButton>("view_profile")->setToolTip(getString("show_experience_profile"));
buildExperienceList();
}
}