diff options
| -rw-r--r-- | doc/contributions.txt | 1 | ||||
| -rwxr-xr-x | indra/newview/llfloaterworldmap.cpp | 4 | 
2 files changed, 3 insertions, 2 deletions
| diff --git a/doc/contributions.txt b/doc/contributions.txt index 68b0a4279f..ee56ef3665 100644 --- a/doc/contributions.txt +++ b/doc/contributions.txt @@ -219,6 +219,7 @@ Boroondas Gupte  	VWR-20891  	VWR-23455  	VWR-24487 +	VWR-26066  	WEB-262  Bulli Schumann  	CT-218 diff --git a/indra/newview/llfloaterworldmap.cpp b/indra/newview/llfloaterworldmap.cpp index eb3c7ee469..d5f0648f3b 100755 --- a/indra/newview/llfloaterworldmap.cpp +++ b/indra/newview/llfloaterworldmap.cpp @@ -70,7 +70,7 @@  #include "llappviewer.h"  #include "llmapimagetype.h"  #include "llweb.h" -#include "llslider.h" +#include "llsliderctrl.h"  #include "message.h"  #include "llwindow.h"			// copyTextToClipboard()  #include <algorithm> @@ -1029,7 +1029,7 @@ void LLFloaterWorldMap::adjustZoomSliderBounds()  	F32 min_power = log(pixels_per_region/256.f)/log(2.f); -	getChild<LLSlider>("zoom slider")->setMinValue(min_power); +	getChild<LLSliderCtrl>("zoom slider")->setMinValue(min_power);  } | 
