Skip to content

Commit 90802c7

Browse files
committed
Added 'disconnecting' to list of known connection states
1 parent afe8a57 commit 90802c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Utilities.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,7 @@ CString GetConnectionStatus (const int iStatus)
811811
case eConnectAwaitingProxyResponse2:strResult = Translate ("Awaiting proxy response (2)"); break;
812812
case eConnectAwaitingProxyResponse3:strResult = Translate ("Awaiting proxy response (3)"); break;
813813
case eConnectConnectedToMud: strResult = Translate ("Open"); break;
814+
case eConnectDisconnecting: strResult = Translate ("Disconnecting"); break;
814815
} // end of switch
815816

816817
return strResult;

0 commit comments

Comments
 (0)