sources/network/rconsession.cpp

branch
protocol5
changeset 151
267ef11bd3ba
parent 150
37db42ad451a
child 153
82aac80a2f1d
equal deleted inserted replaced
150:37db42ad451a 151:267ef11bd3ba
254 254
255 // If sv_hostname changes, update the titlebar 255 // If sv_hostname changes, update the titlebar
256 if (name == "sv_hostname") 256 if (name == "sv_hostname")
257 { 257 {
258 m_hostname = value; 258 m_hostname = value;
259 m_interface->set_title(m_hostname); 259 m_interface->setTitle(m_hostname);
260 } 260 }
261 } 261 }
262 break; 262 break;
263 263
264 case SVRC_YOUREDISCONNECTED: 264 case SVRC_YOUREDISCONNECTED:

mercurial