summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorLynx Linden <lynx@lindenlab.com>2009-12-10 22:38:29 +0000
committerLynx Linden <lynx@lindenlab.com>2009-12-10 22:38:29 +0000
commitb3f8cec38c15fecaf39b7b187aa46e8df9df8eff (patch)
tree27e920ddbada369711d93d681b9771fd77f17cc2 /indra/llui
parentd575af6a6545708d05e06a1e8614a84ca5cab458 (diff)
DEV-43977: Changed pre-login help browser behavior.
The special pre_login_help topic is now only displayed when the user clicks on the "Need help logging in?" link on the login screen, or selects the top-level Help > Second Life Help (F1) menu.
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llhelp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llhelp.h b/indra/llui/llhelp.h
index 82c3bc385f..938419d374 100644
--- a/indra/llui/llhelp.h
+++ b/indra/llui/llhelp.h
@@ -42,6 +42,8 @@ class LLHelp
virtual std::string defaultTopic() = 0;
// return topic to use before the user logs in
virtual std::string preLoginTopic() = 0;
+ // return topic to use for the top-level help, invoked by F1
+ virtual std::string f1HelpTopic() = 0;
};
#endif // headerguard