about summary refs log tree commit diff
diff options
context:
space:
mode:
authoroy <Tom_Adams@web.de>2010-11-20 23:39:17 +0100
committeroy <Tom_Adams@web.de>2010-11-20 23:39:17 +0100
commit7a6006087cfdb84546a6ac5c745e4446b2f38fc0 (patch)
treecb168cfc40b5a06b23784ccf9c730e110b6facdf
parentc64d3817cf7fedfb79aa9337757a3e3c56968e0b (diff)
downloadzcatch-7a6006087cfdb84546a6ac5c745e4446b2f38fc0.tar.gz
zcatch-7a6006087cfdb84546a6ac5c745e4446b2f38fc0.zip
removed duplicate note in password popup
-rw-r--r--src/game/client/components/menus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/components/menus.cpp b/src/game/client/components/menus.cpp
index 46fdeee7..2145ccab 100644
--- a/src/game/client/components/menus.cpp
+++ b/src/game/client/components/menus.cpp
@@ -881,7 +881,7 @@ int CMenus::Render()
 		else if(m_Popup == POPUP_PASSWORD)
 		{
 			pTitle = Localize("Password incorrect");
-			pExtraText = Client()->ErrorString();
+			pExtraText = "";
 			pButtonText = Localize("Try again");
 		}
 		else if(m_Popup == POPUP_QUIT)