mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-24 23:53:54 -07:00
Merge pull request #2039 from Cockatrice/tooomm-log_dlg_title
log ui window: title change
This commit is contained in:
commit
277d7e2173
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ DlgViewLog::DlgViewLog(QWidget *parent)
|
||||||
|
|
||||||
setLayout(mainLayout);
|
setLayout(mainLayout);
|
||||||
|
|
||||||
setWindowTitle(tr("View debug log"));
|
setWindowTitle(tr("Debug Log"));
|
||||||
resize(800, 500);
|
resize(800, 500);
|
||||||
|
|
||||||
loadInitialLogBuffer();
|
loadInitialLogBuffer();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue