summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorLynx Linden <lynx@lindenlab.com>2009-12-10 22:39:07 +0000
committerLynx Linden <lynx@lindenlab.com>2009-12-10 22:39:07 +0000
commit5ec1ecc314823f41bd2408293907b7670ff65981 (patch)
tree35ced8b78c17495ce46cc631bcc5a544f686fa70 /indra/llui
parentf0146befc76f401c344ae2759c70b67b37cbf717 (diff)
parentb3f8cec38c15fecaf39b7b187aa46e8df9df8eff (diff)
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0
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