diff options
| -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"); | 
