mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
dolphinwx and debuggerwx can now be compiled with unicode
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3906 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -414,8 +414,7 @@ void *ClientSide::Entry()
|
||||
}
|
||||
else
|
||||
{
|
||||
Event->AppendText(_("UDP Connection FAILED !\n"
|
||||
"ERROR : Unable to establish UDP Connection, please Check UDP Port forwarding !"));
|
||||
Event->AppendText(_("UDP Connection FAILED !\nERROR : Unable to establish UDP Connection, please Check UDP Port forwarding !"));
|
||||
m_socket.Close();
|
||||
Event->SendEvent(HOST_ERROR);
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user