diff options
Diffstat (limited to 'linden/indra/llui/llalertdialog.cpp')
-rw-r--r-- | linden/indra/llui/llalertdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llalertdialog.cpp b/linden/indra/llui/llalertdialog.cpp index 861bbc6..6523e44 100644 --- a/linden/indra/llui/llalertdialog.cpp +++ b/linden/indra/llui/llalertdialog.cpp | |||
@@ -218,7 +218,7 @@ bool LLAlertDialog::show() | |||
218 | } | 218 | } |
219 | startModal(); | 219 | startModal(); |
220 | gFloaterView->adjustToFitScreen(this, FALSE); | 220 | gFloaterView->adjustToFitScreen(this, FALSE); |
221 | open(); | 221 | open(); /* Flawfinder: ignore */ |
222 | setFocus(TRUE); | 222 | setFocus(TRUE); |
223 | if (mLineEditor) | 223 | if (mLineEditor) |
224 | { | 224 | { |