diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llpanellogin.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/linden/indra/newview/llpanellogin.cpp b/linden/indra/newview/llpanellogin.cpp index a495516..aeb3b2d 100644 --- a/linden/indra/newview/llpanellogin.cpp +++ b/linden/indra/newview/llpanellogin.cpp | |||
@@ -70,8 +70,6 @@ | |||
70 | #include "llweb.h" | 70 | #include "llweb.h" |
71 | #include "llwebbrowserctrl.h" | 71 | #include "llwebbrowserctrl.h" |
72 | 72 | ||
73 | #include "llfloaterhtml.h" | ||
74 | |||
75 | #include "llfloaterhtmlhelp.h" | 73 | #include "llfloaterhtmlhelp.h" |
76 | #include "llfloatertos.h" | 74 | #include "llfloatertos.h" |
77 | 75 | ||
@@ -559,7 +557,7 @@ BOOL LLPanelLogin::handleKeyHere(KEY key, MASK mask) | |||
559 | if ( KEY_F1 == key ) | 557 | if ( KEY_F1 == key ) |
560 | { | 558 | { |
561 | llinfos << "Spawning HTML help window" << llendl; | 559 | llinfos << "Spawning HTML help window" << llendl; |
562 | gViewerHtmlHelp.show(); | 560 | LLFloaterMediaBrowser::helpF1(); |
563 | return TRUE; | 561 | return TRUE; |
564 | } | 562 | } |
565 | 563 | ||