Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
277d7e21
Commit
277d7e21
authored
Jun 30, 2016
by
Zach
Committed by
GitHub
Jun 30, 2016
Browse files
Merge pull request #2039 from Cockatrice/tooomm-log_dlg_title
log ui window: title change
parents
7f2e3950
c095daa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/dlg_viewlog.cpp
View file @
277d7e21
...
...
@@ -15,7 +15,7 @@ DlgViewLog::DlgViewLog(QWidget *parent)
setLayout
(
mainLayout
);
setWindowTitle
(
tr
(
"
View d
ebug
l
og"
));
setWindowTitle
(
tr
(
"
D
ebug
L
og"
));
resize
(
800
,
500
);
loadInitialLogBuffer
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment