diff options
Diffstat (limited to 'linden/indra/newview/llfloaternamedesc.cpp')
-rw-r--r-- | linden/indra/newview/llfloaternamedesc.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloaternamedesc.cpp b/linden/indra/newview/llfloaternamedesc.cpp index 5f41b13..3f90752 100644 --- a/linden/indra/newview/llfloaternamedesc.cpp +++ b/linden/indra/newview/llfloaternamedesc.cpp | |||
@@ -213,7 +213,7 @@ void LLFloaterNameDesc::onBtnOK( void* userdata ) | |||
213 | fp->childGetValue("name_form").asString(), | 213 | fp->childGetValue("name_form").asString(), |
214 | fp->childGetValue("description_form").asString(), | 214 | fp->childGetValue("description_form").asString(), |
215 | bitrate, LLAssetType::AT_NONE, LLInventoryType::IT_NONE); | 215 | bitrate, LLAssetType::AT_NONE, LLInventoryType::IT_NONE); |
216 | fp->onClose(false); | 216 | fp->close(false); |
217 | } | 217 | } |
218 | 218 | ||
219 | // static | 219 | // static |
@@ -223,5 +223,5 @@ void LLFloaterNameDesc::onBtnOK( void* userdata ) | |||
223 | void LLFloaterNameDesc::onBtnCancel( void* userdata ) | 223 | void LLFloaterNameDesc::onBtnCancel( void* userdata ) |
224 | { | 224 | { |
225 | LLFloaterNameDesc *fp =(LLFloaterNameDesc *)userdata; | 225 | LLFloaterNameDesc *fp =(LLFloaterNameDesc *)userdata; |
226 | fp->onClose(false); | 226 | fp->close(false); |
227 | } | 227 | } |