aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerimagelist.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:45:30 -0500
committerJacek Antonelli2008-08-15 23:45:30 -0500
commit6fa6022a3f6d5bf71d97a59ec89929575f2ffd11 (patch)
tree3d1f89612dab6f8a8089ccac8cfeb6372f6fad8c /linden/indra/newview/llviewerimagelist.cpp
parentSecond Life viewer sources 1.19.0.2 (diff)
downloadmeta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.zip
meta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.tar.gz
meta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.tar.bz2
meta-impy-6fa6022a3f6d5bf71d97a59ec89929575f2ffd11.tar.xz
Second Life viewer sources 1.19.0.3
Diffstat (limited to 'linden/indra/newview/llviewerimagelist.cpp')
-rw-r--r--linden/indra/newview/llviewerimagelist.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/linden/indra/newview/llviewerimagelist.cpp b/linden/indra/newview/llviewerimagelist.cpp
index 68edca8..99ac3a7 100644
--- a/linden/indra/newview/llviewerimagelist.cpp
+++ b/linden/indra/newview/llviewerimagelist.cpp
@@ -253,8 +253,10 @@ void LLViewerImageList::doPreloadImages()
253 preloadUIImage("map_track_16.tga", LLUUID::null, FALSE); 253 preloadUIImage("map_track_16.tga", LLUUID::null, FALSE);
254 preloadUIImage("media_icon.tga", LLUUID::null, FALSE); 254 preloadUIImage("media_icon.tga", LLUUID::null, FALSE);
255 preloadUIImage("music_icon.tga", LLUUID::null, FALSE); 255 preloadUIImage("music_icon.tga", LLUUID::null, FALSE);
256 preloadUIImage("noentrylines.tga", LLUUID::null, TRUE); 256 image = preloadUIImage("noentrylines.tga", LLUUID::null, TRUE);
257 preloadUIImage("noentrypasslines.tga", LLUUID::null, TRUE); 257 if (image) image->setClamp(FALSE, FALSE);
258 image = preloadUIImage("noentrypasslines.tga", LLUUID::null, TRUE);
259 if (image) image->setClamp(FALSE, FALSE);
258 preloadUIImage("notify_tip_icon.tga", LLUUID::null, FALSE); 260 preloadUIImage("notify_tip_icon.tga", LLUUID::null, FALSE);
259 preloadUIImage("notify_caution_icon.tga", LLUUID::null, FALSE); 261 preloadUIImage("notify_caution_icon.tga", LLUUID::null, FALSE);
260 preloadUIImage("notify_box_icon.tga", LLUUID::null, FALSE); 262 preloadUIImage("notify_box_icon.tga", LLUUID::null, FALSE);