| 916 | } |
| 917 | |
| 918 | void DisplayChannel::ResetHUD() |
| 919 | { |
| 920 | CStatic* text = dynamic_cast<CStatic*>(GetCtrl(IDC_CHANNEL)); |
| 921 | if (text) |
| 922 | { |
| 923 | text->SetText(LocalizeString(IDS_CHANNEL_GLOBAL + _channel)); |
| 924 | text->SetFtColor(GChatList.GetColor(_channel)); |