forked from teamnwah/openmw-tes3coop
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)
|
||||
{
|
||||
setWindowTitle ("Open CS");
|
||||
setWindowTitle ("OpenMW-CS");
|
||||
|
||||
QVBoxLayout *layout = new QVBoxLayout (this);
|
||||
|
||||
|
|
Loading…
Reference in a new issue