Set window title for netlauncher

pull/133/head
David Cernat 8 years ago
parent b2577498a9
commit cf8a507860

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

Loading…
Cancel
Save