diff options
Diffstat (limited to 'linden/indra/llui/llbutton.cpp')
-rw-r--r-- | linden/indra/llui/llbutton.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llbutton.cpp b/linden/indra/llui/llbutton.cpp index 65cbcf3..36ccc32 100644 --- a/linden/indra/llui/llbutton.cpp +++ b/linden/indra/llui/llbutton.cpp | |||
@@ -1037,7 +1037,7 @@ void clicked_help(void* data) | |||
1037 | return; | 1037 | return; |
1038 | } | 1038 | } |
1039 | 1039 | ||
1040 | LLUI::sHtmlHelp->show(self->getHelpURL()); | 1040 | LLUI::sHtmlHelp->show(self->getHelpURL(), ""); |
1041 | } | 1041 | } |
1042 | 1042 | ||
1043 | // static | 1043 | // static |