diff options
author | Richard Linden <none@none> | 2010-11-19 19:18:17 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2010-11-19 19:18:17 -0800 |
commit | ecd8290b3fa7484bb0587c49e8c9b01afcc48c0d (patch) | |
tree | 8ffa5b26cd135f83272fcf23262c3a14c6cea60f /indra/llui/lllineeditor.h | |
parent | db1af5b6cfcadd9f153cecb4d5440c69df2df7f0 (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.h | 3 |
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, |