From 5b82645ba2db049589cdc2f22c8c63794b949772 Mon Sep 17 00:00:00 2001 From: Cho Date: Wed, 20 Aug 2014 00:33:23 +0100 Subject: Added tooltip to > button in script editor for ACME-1588 --- indra/newview/llpreviewscript.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llpreviewscript.cpp') 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("view_profile")->setToolTip(getString("show_experience_profile")); buildExperienceList(); } } -- cgit v1.2.3