diff options
Diffstat (limited to 'linden/indra/newview/lltexturectrl.cpp')
-rw-r--r-- | linden/indra/newview/lltexturectrl.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/linden/indra/newview/lltexturectrl.cpp b/linden/indra/newview/lltexturectrl.cpp index 706587a..c17f000 100644 --- a/linden/indra/newview/lltexturectrl.cpp +++ b/linden/indra/newview/lltexturectrl.cpp | |||
@@ -351,12 +351,6 @@ void LLFloaterTexturePicker::updateImageStats() | |||
351 | { | 351 | { |
352 | mResolutionLabel->setTextArg("[DIMENSIONS]", LLString("[? x ?]")); | 352 | mResolutionLabel->setTextArg("[DIMENSIONS]", LLString("[? x ?]")); |
353 | } | 353 | } |
354 | if (gAgent.isGodlike()) | ||
355 | { | ||
356 | LLString tstring = "Pick: "; | ||
357 | tstring.append(mTexturep->getID().asString()); | ||
358 | setTitle(tstring); | ||
359 | } | ||
360 | } | 354 | } |
361 | } | 355 | } |
362 | 356 | ||