summaryrefslogtreecommitdiff
path: root/indra/llui/llnotificationtemplate.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-04-27 17:08:33 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-04-27 17:08:33 -0700
commit932921766740655de84108970095ca17d24c5829 (patch)
tree054fefb01ed02d3174daf32f1d39b023c1c5376c /indra/llui/llnotificationtemplate.h
parent1bba68c920315fc2a09cda6e2de35d0ea42a9c8b (diff)
PATH-585: Adding an initial notification for when a server-side automatic unfreeze occurs.
Diffstat (limited to 'indra/llui/llnotificationtemplate.h')
-rw-r--r--indra/llui/llnotificationtemplate.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/llui/llnotificationtemplate.h b/indra/llui/llnotificationtemplate.h
index fb50c9c123..56b18eb81a 100644
--- a/indra/llui/llnotificationtemplate.h
+++ b/indra/llui/llnotificationtemplate.h
@@ -121,6 +121,7 @@ struct LLNotificationTemplate
Optional<std::string> yes_text,
no_text,
cancel_text,
+ help_text,
ignore_text;
TemplateRef()
@@ -128,6 +129,7 @@ struct LLNotificationTemplate
yes_text("yestext"),
no_text("notext"),
cancel_text("canceltext"),
+ help_text("helptext"),
ignore_text("ignoretext")
{}
};