diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-11-04 15:48:45 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2020-06-23 14:50:04 +0300 |
| commit | b5b266c4d2bdf71d89f5d2545e7d6e7966082c90 (patch) | |
| tree | 2d4fa20fecefeef5eba7c0c5fdb86851193219f5 /indra/newview/llappviewer.cpp | |
| parent | fd5c1a1f0787d8464432a8ed592b0d6d9b8da092 (diff) | |
SL-6109
- Fixed defaults not restoring reliably
- Fixed temporary changes not lifting reliably
- Fixed switching modes was dropping changes to mode we switch to
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 857cd86739..4c2de27f42 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1010,7 +1010,7 @@ bool LLAppViewer::init() key_bindings_file = gDirUtilp->getExpandedFilename(LL_PATH_APP_SETTINGS, "key_bindings.xml"); if (!gViewerInput.loadBindingsXML(key_bindings_file)) { - LL_ERRS("InitInfo") << "Unable to open default key bindings from" << key_bindings_file << LL_ENDL; + LL_ERRS("InitInfo") << "Unable to open default key bindings from " << key_bindings_file << LL_ENDL; } } |
