forked from teamnwah/openmw-tes3coop
Set window title for netlauncher
This commit is contained in:
parent
b2577498a9
commit
cf8a507860
1 changed files with 2 additions and 0 deletions
|
@ -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…
Reference in a new issue