diff options
Diffstat (limited to 'linden/indra/newview/llviewerdisplay.cpp')
-rw-r--r-- | linden/indra/newview/llviewerdisplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerdisplay.cpp b/linden/indra/newview/llviewerdisplay.cpp index 59a87d5..5d9a55d 100644 --- a/linden/indra/newview/llviewerdisplay.cpp +++ b/linden/indra/newview/llviewerdisplay.cpp | |||
@@ -1345,7 +1345,7 @@ void render_disconnected_background() | |||
1345 | llinfos << "Loading last bitmap..." << llendl; | 1345 | llinfos << "Loading last bitmap..." << llendl; |
1346 | 1346 | ||
1347 | std::string temp_str; | 1347 | std::string temp_str; |
1348 | temp_str = gDirUtilp->getLindenUserDir() + gDirUtilp->getDirDelimiter() + SCREEN_LAST_FILENAME; | 1348 | temp_str = gDirUtilp->getViewerUserDir() + gDirUtilp->getDirDelimiter() + SCREEN_LAST_FILENAME; |
1349 | 1349 | ||
1350 | LLPointer<LLImageBMP> image_bmp = new LLImageBMP; | 1350 | LLPointer<LLImageBMP> image_bmp = new LLImageBMP; |
1351 | if( !image_bmp->load(temp_str) ) | 1351 | if( !image_bmp->load(temp_str) ) |