forked from mirror/openmw-tes3mp
[Browser] Move hardcoded title to UI
This commit is contained in:
parent
cb0f5524be
commit
c147d13a73
2 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,6 @@ 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())
|
||||||
{
|
{
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>MainWindow</string>
|
<string>tes3mp Server Browser</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="centralwidget">
|
<widget class="QWidget" name="centralwidget">
|
||||||
<layout class="QVBoxLayout" name="verticalLayout">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
|
|
Loading…
Reference in a new issue