Изменен вывод

master3.3
Mike Khiretskiy 10 years ago
parent ba971080ec
commit 41d2193f14

@ -371,10 +371,10 @@ class MainWgt(QtGui.QMainWindow):
if hasattr (self, 'con_lost_lbl'):
self.con_lost_lbl.hide()
self.con_lost_lbl.close()
self.con_lost_lbl = ConnectLostLabel \
(_("The server was restarted.") + '\n' + \
_('Reconnecting to the server.'),
self)
self.con_lost_lbl = ConnectLostLabel(
_("The server was restarted") + '.\n' + \
_('Reconnecting to the server') + '...',
self)
self.topmenu.Processes.setDisabled(True)
self.topmenu.Session.setDisabled(True)
self.topmenu.Back.setDisabled(True)

Loading…
Cancel
Save