From 93ea8afeca6b65cfa1549184e952e82e3367c80c Mon Sep 17 00:00:00 2001
From: Alexei Arabadji <aarabadji@productengine.com>
Date: Wed, 21 Apr 2010 17:30:06 +0300
Subject: [PATCH] fixed EXT-6858 Corrupted timestamp for system notification
 about CAPSLOCK is on Removed useless sending notification "CapsKeyOn" since
 it doesn't fit actual design;

reviewed by Vadim Savchuk https://codereview.productengine.com/secondlife/r/277/

--HG--
branch : product-engine
---
 indra/newview/llpanellogin.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/newview/llpanellogin.cpp b/indra/newview/llpanellogin.cpp
index ee4dcc44fe1..529a368dc35 100644
--- a/indra/newview/llpanellogin.cpp
+++ b/indra/newview/llpanellogin.cpp
@@ -1007,7 +1007,7 @@ void LLPanelLogin::onPassKey(LLLineEditor* caller, void* user_data)
 {
 	if (gKeyboard->getKeyDown(KEY_CAPSLOCK) && sCapslockDidNotification == FALSE)
 	{
-		LLNotificationsUtil::add("CapsKeyOn");
+// *TODO: use another way to notify user about enabled caps lock, see EXT-6858
 		sCapslockDidNotification = TRUE;
 	}
 }
-- 
GitLab