aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpreview.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpreview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpreview.cpp b/linden/indra/newview/llpreview.cpp
index 39bdfd4..ef212d2 100644
--- a/linden/indra/newview/llpreview.cpp
+++ b/linden/indra/newview/llpreview.cpp
@@ -541,7 +541,7 @@ void LLPreview::userSetShape(const LLRect& new_rect)
541// LLMultiPreview 541// LLMultiPreview
542// 542//
543 543
544LLMultiPreview::LLMultiPreview(const LLRect& rect) : LLMultiFloater("Preview", rect) 544LLMultiPreview::LLMultiPreview(const LLRect& rect) : LLMultiFloater(std::string("Preview"), rect)
545{ 545{
546 setCanResize(TRUE); 546 setCanResize(TRUE);
547} 547}