Set window title for netlauncher

This commit is contained in:
David Cernat 2017-01-18 16:44:59 +02:00
parent b2577498a9
commit cf8a507860

View file

@ -44,6 +44,8 @@ int main(int argc, char *argv[])
atexit(NetController::Destroy); atexit(NetController::Destroy);
QApplication app(argc, argv); QApplication app(argc, argv);
MainWindow d; MainWindow d;
d.setWindowTitle("tes3mp Server Browser");
if (d.refresh()) if (d.refresh())
{ {
d.show(); d.show();