Merge pull request #2039 from Cockatrice/tooomm-log_dlg_title

log ui window: title change
This commit is contained in:
Zach 2016-06-30 11:32:28 -04:00 committed by GitHub
commit 277d7e2173

View file

@ -15,7 +15,7 @@ DlgViewLog::DlgViewLog(QWidget *parent)
setLayout(mainLayout);
setWindowTitle(tr("View debug log"));
setWindowTitle(tr("Debug Log"));
resize(800, 500);
loadInitialLogBuffer();