Added a more user friendly messagebox when network errors are encountered.

This commit is contained in:
Mark Vejvoda 2010-03-17 07:30:56 +00:00
parent cde1f285d0
commit 30d2d87e6f
1 changed files with 2 additions and 3 deletions

View File

@ -361,9 +361,8 @@ void Program::showMessage(const char *msg) {
//if(Socket::enableDebugText) printf("In [%s::%s %d]\n",__FILE__,__FUNCTION__,__LINE__);
init(window);
//setState(originalState);
this->programState = originalState;
setState(originalState);
//this->programState = originalState;
//if(Socket::enableDebugText) printf("In [%s::%s %d]\n",__FILE__,__FUNCTION__,__LINE__);
}