diff options
author | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:37 -0500 |
commit | 31ba05810c641f14e8ab5da8ad2aaf527779f6c1 (patch) | |
tree | c4b8d635dfb657fa4cfee7c285f8cadbf24afa90 /linden/indra/newview/llfloaterscriptdebug.cpp | |
parent | Second Life viewer sources 1.19.1.1 (diff) | |
download | meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.zip meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.gz meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.bz2 meta-impy-31ba05810c641f14e8ab5da8ad2aaf527779f6c1.tar.xz |
Second Life viewer sources 1.19.1.2
Diffstat (limited to 'linden/indra/newview/llfloaterscriptdebug.cpp')
-rw-r--r-- | linden/indra/newview/llfloaterscriptdebug.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaterscriptdebug.cpp b/linden/indra/newview/llfloaterscriptdebug.cpp index b88ab78..e25468b 100644 --- a/linden/indra/newview/llfloaterscriptdebug.cpp +++ b/linden/indra/newview/llfloaterscriptdebug.cpp | |||
@@ -181,11 +181,11 @@ LLFloaterScriptDebugOutput::LLFloaterScriptDebugOutput(const LLUUID& object_id) | |||
181 | addChild(mHistoryEditor); | 181 | addChild(mHistoryEditor); |
182 | } | 182 | } |
183 | 183 | ||
184 | void LLFloaterScriptDebugOutput::init(const LLString& title, BOOL resizable, | 184 | void LLFloaterScriptDebugOutput::initFloater(const LLString& title, BOOL resizable, |
185 | S32 min_width, S32 min_height, BOOL drag_on_left, | 185 | S32 min_width, S32 min_height, BOOL drag_on_left, |
186 | BOOL minimizable, BOOL close_btn) | 186 | BOOL minimizable, BOOL close_btn) |
187 | { | 187 | { |
188 | LLFloater::init(title, resizable, min_width, min_height, drag_on_left, minimizable, close_btn); | 188 | LLFloater::initFloater(title, resizable, min_width, min_height, drag_on_left, minimizable, close_btn); |
189 | S32 y = getRect().getHeight() - LLFLOATER_HEADER_SIZE - LLFLOATER_VPAD; | 189 | S32 y = getRect().getHeight() - LLFLOATER_HEADER_SIZE - LLFLOATER_VPAD; |
190 | S32 x = LLFLOATER_HPAD; | 190 | S32 x = LLFLOATER_HPAD; |
191 | // History editor | 191 | // History editor |