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 + indra/newview/skins/default/xui/en/floater_live_lsleditor.xml | 4 ++++ 2 files changed, 5 insertions(+) (limited to 'indra/newview') 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(); } } diff --git a/indra/newview/skins/default/xui/en/floater_live_lsleditor.xml b/indra/newview/skins/default/xui/en/floater_live_lsleditor.xml index 40b47dc1d7..e8826034f6 100755 --- a/indra/newview/skins/default/xui/en/floater_live_lsleditor.xml +++ b/indra/newview/skins/default/xui/en/floater_live_lsleditor.xml @@ -37,6 +37,10 @@ name="add_experiences"> Select to add an experience + + Click to view the experience profile + Loading... -- cgit v1.2.3