summaryrefslogtreecommitdiff
path: root/indra/llui/lltextutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llui/lltextutil.h')
-rw-r--r--indra/llui/lltextutil.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llui/lltextutil.h b/indra/llui/lltextutil.h
index 1be81ffd62..a9c143e445 100644
--- a/indra/llui/lltextutil.h
+++ b/indra/llui/lltextutil.h
@@ -52,6 +52,12 @@ namespace LLTextUtil
const std::string& text,
const std::string& hl);
+ void textboxSetGreyedVal(
+ LLTextBox *txtbox,
+ const LLStyle::Params& normal_style,
+ const std::string& text,
+ const std::string& greyed);
+
/**
* Formats passed phone number to be more human readable.
*