[SCM] Wormux PKG branch, trunk-ups, updated. 0352c121d7d62492ec12e1d47d64c955e30b8e5c

gentildemon gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647
Wed Aug 27 18:49:03 UTC 2008


The following commit has been merged in the trunk-ups branch:
commit e6c03412fb72b904abb17d4bc02f18038c06e935
Author: gentildemon <gentildemon at 30ef787d-52ff-0310-b286-e08351bb7647>
Date:   Tue Aug 26 09:36:52 2008 +0000

    task #6153 - Error msg about blocked TCP port must be more precise
    
    
    
    git-svn-id: svn+ssh://svn.gna.org/svn/wormux/trunk@4896 30ef787d-52ff-0310-b286-e08351bb7647

diff --git a/src/menu/network_connection_menu.cpp b/src/menu/network_connection_menu.cpp
index 289b3ad..bae23a5 100644
--- a/src/menu/network_connection_menu.cpp
+++ b/src/menu/network_connection_menu.cpp
@@ -339,7 +339,7 @@ bool NetworkConnectionMenu::HostingServer(const std::string& port,
   r = IndexServer::GetInstance()->SendServerStatus(game_name, password != "");
   if (false == r) {
     DisplayNetError(CONN_BAD_PORT);
-    msg_box->NewMessage(_("Error: Your server is not reachable from the internet. Check your firewall configuration"),
+    msg_box->NewMessage(Format(_("Error: Your server is not reachable from the internet. Check your firewall configuration: TCP Port %s must accept connection from the outside. If you are not directly connected to the internet, check your router configuration: TCP Port %s must be forwarded on your computer."), port.c_str(), port.c_str()),
                         c_red);
     goto out;
   }

-- 
Wormux PKG



More information about the Pkg-games-commits mailing list