diff options
Diffstat (limited to '')
-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 |