forked from mirror/openmw-tes3mp
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);
|
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();
|
||||||
|
|
Loading…
Reference in a new issue