mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-19 23:53:52 +00:00
Rename window title for OpenMW-CS
This commit is contained in:
parent
e103262095
commit
5672c86924
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ QWidget *CSVDoc::StartupDialogue::createTools()
|
||||||
|
|
||||||
CSVDoc::StartupDialogue::StartupDialogue() : mWidth (0), mColumn (2)
|
CSVDoc::StartupDialogue::StartupDialogue() : mWidth (0), mColumn (2)
|
||||||
{
|
{
|
||||||
setWindowTitle ("Open CS");
|
setWindowTitle ("OpenMW-CS");
|
||||||
|
|
||||||
QVBoxLayout *layout = new QVBoxLayout (this);
|
QVBoxLayout *layout = new QVBoxLayout (this);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue