aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/lltexturectrl.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:23 -0500
committerJacek Antonelli2008-08-15 23:45:23 -0500
commit486c4774ab4a707d69c1b48cdc048af1369084db (patch)
tree2a206a7e32a9a7efb98d585798a9fa18baeaf171 /linden/indra/newview/lltexturectrl.cpp
parentSecond Life viewer sources 1.18.6.1-RC (diff)
downloadmeta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.zip
meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.gz
meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.bz2
meta-impy-486c4774ab4a707d69c1b48cdc048af1369084db.tar.xz
Second Life viewer sources 1.18.6.2-RC
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/lltexturectrl.cpp6
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