diff options
Diffstat (limited to 'linden/indra/newview/llfloatereditui.cpp')
-rw-r--r-- | linden/indra/newview/llfloatereditui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatereditui.cpp b/linden/indra/newview/llfloatereditui.cpp index 8daaf6a..b68f696 100644 --- a/linden/indra/newview/llfloatereditui.cpp +++ b/linden/indra/newview/llfloatereditui.cpp | |||
@@ -327,7 +327,7 @@ void LLFloaterEditUI::show(void*) | |||
327 | } | 327 | } |
328 | 328 | ||
329 | // static | 329 | // static |
330 | BOOL LLFloaterEditUI::handleKey(KEY key, MASK mask) | 330 | BOOL LLFloaterEditUI::handleKeyEditUI(KEY key, MASK mask) |
331 | { | 331 | { |
332 | if (!LLView::sEditingUIView) return FALSE; | 332 | if (!LLView::sEditingUIView) return FALSE; |
333 | 333 | ||