summaryrefslogtreecommitdiff
path: root/indra/newview/llfloateroutfitsnapshot.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2016-08-04 17:27:48 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2016-08-04 17:27:48 +0300
commitcc7dda96e7ab09ee221e741aac9813af815e0aed (patch)
treeee2f6056b66969ba471c2f859d23076a0391181f /indra/newview/llfloateroutfitsnapshot.cpp
parent84677aad4cfb5b892f9037118b0bb6cdbe9d6309 (diff)
MAINT-6604 FIXED [VOB] Snapshot preview is corrupted
Diffstat (limited to 'indra/newview/llfloateroutfitsnapshot.cpp')
-rw-r--r--indra/newview/llfloateroutfitsnapshot.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llfloateroutfitsnapshot.cpp b/indra/newview/llfloateroutfitsnapshot.cpp
index d671c36a1c..093a2dad64 100644
--- a/indra/newview/llfloateroutfitsnapshot.cpp
+++ b/indra/newview/llfloateroutfitsnapshot.cpp
@@ -1,5 +1,5 @@
/**
- * @file llfloatersnapshot.cpp
+ * @file llfloateroutfitsnapshot.cpp
* @brief Snapshot preview window for saving as an outfit thumbnail in visual outfit gallery
*
* $LicenseInfo:firstyear=2004&license=viewerlgpl$
@@ -256,7 +256,7 @@ BOOL LLFloaterOutfitSnapshot::postBuild()
}
childSetCommitCallback("filters_combobox", ImplBase::onClickFilter, this);
- sThumbnailPlaceholder = getChild<LLUICtrl>("thumbnail_placeholder");
+ mThumbnailPlaceholder = getChild<LLUICtrl>("thumbnail_placeholder");
// create preview window
LLRect full_screen_rect = getRootView()->getRect();