From 2de36de17901cd3c1baaa0e45ca9a3d22c50e15b Mon Sep 17 00:00:00 2001 From: Leyla Farazha Date: Tue, 20 Oct 2009 20:50:07 +0000 Subject: Pulled out another pair of strings from the locationctrl widgets file. Also apparently search doesn't need it's tooltip in widgets, it gets specified in the xml file that uses it. --- indra/newview/lllocationinputctrl.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indra/newview/lllocationinputctrl.cpp') diff --git a/indra/newview/lllocationinputctrl.cpp b/indra/newview/lllocationinputctrl.cpp index 42838b311b..00f12ae2eb 100644 --- a/indra/newview/lllocationinputctrl.cpp +++ b/indra/newview/lllocationinputctrl.cpp @@ -264,6 +264,8 @@ LLLocationInputCtrl::LLLocationInputCtrl(const LLLocationInputCtrl::Params& p) mAddLandmarkTooltip = LLTrans::getString("LocationCtrlAddLandmarkTooltip"); mEditLandmarkTooltip = LLTrans::getString("LocationCtrlEditLandmarkTooltip"); + getChild("Location History")->setToolTip(LLTrans::getString("LocationCtrlComboBtnTooltip")); + getChild("Place Information")->setToolTip(LLTrans::getString("LocationCtrlInfoBtnTooltip")); } LLLocationInputCtrl::~LLLocationInputCtrl() -- cgit v1.2.3