[Browser] Move hardcoded title to UI

This commit is contained in:
Koncord 2017-01-30 07:22:32 +08:00
parent cb0f5524be
commit c147d13a73
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
<string>tes3mp Server Browser</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">