diff options
author | Merov Linden <merov@lindenlab.com> | 2014-02-25 21:54:09 -0800 |
---|---|---|
committer | Merov Linden <merov@lindenlab.com> | 2014-02-25 21:54:09 -0800 |
commit | d220657d8525ccfa246e0f49904e18cc36458b28 (patch) | |
tree | 2405915c3d04247d3a66f52d071d43684ad9d7e9 /indra/newview/llsnapshotlivepreview.h | |
parent | 3fbaff17bf65a826dd8b9bd50dc460aacaa3cb00 (diff) |
ACME-1327 : WIP : Added big preview to the Flickr photo panel, uses the thumbnail for the moment
Diffstat (limited to 'indra/newview/llsnapshotlivepreview.h')
-rw-r--r-- | indra/newview/llsnapshotlivepreview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llsnapshotlivepreview.h b/indra/newview/llsnapshotlivepreview.h index 7f3e7a080b..1b7b5290f8 100644 --- a/indra/newview/llsnapshotlivepreview.h +++ b/indra/newview/llsnapshotlivepreview.h @@ -113,7 +113,7 @@ public: LLPointer<LLImageFormatted> getFormattedImage(); LLPointer<LLImageRaw> getEncodedImage(); - /// Sets size of preview thumbnail image and thhe surrounding rect. + /// Sets size of preview thumbnail image and the surrounding rect. void setThumbnailPlaceholderRect(const LLRect& rect) {mThumbnailPlaceholderRect = rect; } BOOL setThumbnailImageSize() ; void generateThumbnailImage(BOOL force_update = FALSE) ; |