Ticket #860: commpopup.diff
File commpopup.diff, 765 bytes (added by , 20 years ago) |
---|
-
mythtv/libs/libmyth/mythcontext.cpp
2314 2314 { 2315 2315 qApp->lock(); 2316 2316 VERBOSE(VB_ALL, QString("Reconnection to backend server failed")); 2317 MythPopupBox::showOkPopup(d->mainWindow, "connection failure", 2317 if(d->m_height && d->m_width) 2318 MythPopupBox::showOkPopup(d->mainWindow, "connection failure", 2318 2319 tr("The connection to the master backend " 2319 2320 "server has gone away for some reason.. " 2320 2321 "Is it running?"));