diff options
| author | oy <Tom_Adams@web.de> | 2010-11-20 23:39:17 +0100 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2010-11-20 23:39:17 +0100 |
| commit | 7a6006087cfdb84546a6ac5c745e4446b2f38fc0 (patch) | |
| tree | cb168cfc40b5a06b23784ccf9c730e110b6facdf | |
| parent | c64d3817cf7fedfb79aa9337757a3e3c56968e0b (diff) | |
| download | zcatch-7a6006087cfdb84546a6ac5c745e4446b2f38fc0.tar.gz zcatch-7a6006087cfdb84546a6ac5c745e4446b2f38fc0.zip | |
removed duplicate note in password popup
| -rw-r--r-- | src/game/client/components/menus.cpp | 2 |
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) |