summaryrefslogtreecommitdiff
path: root/indra/llui/lllineeditor.h
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-11-19 19:18:17 -0800
committerRichard Linden <none@none>2010-11-19 19:18:17 -0800
commitecd8290b3fa7484bb0587c49e8c9b01afcc48c0d (patch)
tree8ffa5b26cd135f83272fcf23262c3a14c6cea60f /indra/llui/lllineeditor.h
parentdb1af5b6cfcadd9f153cecb4d5440c69df2df7f0 (diff)
SOCIAL-266 WIP HTTP AUTH dialogs no longer work in LLQtWebKit 4.7.1
factored out llwindowshade control for slide-in notifications
Diffstat (limited to 'indra/llui/lllineeditor.h')
-rw-r--r--indra/llui/lllineeditor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/llui/lllineeditor.h b/indra/llui/lllineeditor.h
index a1aa6b71c6..d9d36b73a3 100644
--- a/indra/llui/lllineeditor.h
+++ b/indra/llui/lllineeditor.h
@@ -85,7 +85,8 @@ public:
Optional<bool> select_on_focus,
revert_on_esc,
commit_on_focus_lost,
- ignore_tab;
+ ignore_tab,
+ is_password;
// colors
Optional<LLUIColor> cursor_color,