diff options
author | Aimee Linden <aimee@lindenlab.com> | 2010-05-24 11:19:31 +0100 |
---|---|---|
committer | Aimee Linden <aimee@lindenlab.com> | 2010-05-24 11:19:31 +0100 |
commit | bd53640901e93346fdc5d3dde534b6be294078a0 (patch) | |
tree | 2edbcea3022709a843838509c51bb1c94db8eddc /indra | |
parent | 5e5a895b766dedde50aa137cf58f388e9acfe56c (diff) |
EXT-7460 FIXED (VWR-19451) Viewer crashes when opening notifications console.
EXT-6783 replaced the "History" notifications channel with "Persistent" but llfloaternotificationsconsole.cpp still refers to "History".
Diffstat (limited to 'indra')
-rw-r--r-- | indra/newview/llfloaternotificationsconsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaternotificationsconsole.cpp b/indra/newview/llfloaternotificationsconsole.cpp index b744bff084..105d7f9201 100644 --- a/indra/newview/llfloaternotificationsconsole.cpp +++ b/indra/newview/llfloaternotificationsconsole.cpp @@ -184,7 +184,7 @@ BOOL LLFloaterNotificationConsole::postBuild() addChannel("Ignore"); addChannel("Visible", true); // all the ones below attach to the Visible channel - addChannel("History"); + addChannel("Persistent"); addChannel("Alerts"); addChannel("AlertModal"); addChannel("Group Notifications"); |