aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llviewerimagelist.cpp
diff options
context:
space:
mode:
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);