diff options
author | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:34 -0500 |
commit | cd17687f01420952712a500107e0f93e7ab8d5f8 (patch) | |
tree | ce48c2b706f2c1176290e39fb555fbdf6648ce01 /linden/indra/newview/llfloaterauction.cpp | |
parent | Second Life viewer sources 1.19.0.5 (diff) | |
download | meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.zip meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.gz meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.bz2 meta-impy-cd17687f01420952712a500107e0f93e7ab8d5f8.tar.xz |
Second Life viewer sources 1.19.1.0
Diffstat (limited to 'linden/indra/newview/llfloaterauction.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterauction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterauction.cpp b/linden/indra/newview/llfloaterauction.cpp index b2eae43..100e4dc 100644 --- a/linden/indra/newview/llfloaterauction.cpp +++ b/linden/indra/newview/llfloaterauction.cpp | |||
@@ -123,7 +123,7 @@ void LLFloaterAuction::initialize() | |||
123 | mParcelHost.invalidate(); | 123 | mParcelHost.invalidate(); |
124 | if(parcelp && parcelp->getForSale()) | 124 | if(parcelp && parcelp->getForSale()) |
125 | { | 125 | { |
126 | childSetText("parcel_text", childGetText("already for sale")); | 126 | childSetText("parcel_text", getString("already for sale")); |
127 | } | 127 | } |
128 | else | 128 | else |
129 | { | 129 | { |
@@ -176,7 +176,7 @@ void LLFloaterAuction::onClickSnapshot(void* data) | |||
176 | BOOL success = gViewerWindow->rawSnapshot(raw, | 176 | BOOL success = gViewerWindow->rawSnapshot(raw, |
177 | gViewerWindow->getWindowWidth(), | 177 | gViewerWindow->getWindowWidth(), |
178 | gViewerWindow->getWindowHeight(), | 178 | gViewerWindow->getWindowHeight(), |
179 | TRUE, | 179 | TRUE, FALSE, |
180 | FALSE, FALSE); | 180 | FALSE, FALSE); |
181 | gForceRenderLandFence = FALSE; | 181 | gForceRenderLandFence = FALSE; |
182 | 182 | ||