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
544666a3
Commit
544666a3
authored
May 21, 2015
by
Zach
Browse files
Merge pull request #1096 from ctrlaltca/update_spaces
Fix card update under windows
parents
5975184d
227c18fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/window_main.cpp
View file @
544666a3
...
...
@@ -572,7 +572,7 @@ void MainWindow::actCheckCardUpdates()
return
;
}
cardUpdateProcess
->
start
(
updaterCmd
);
cardUpdateProcess
->
start
(
"
\"
"
+
updaterCmd
+
"
\"
"
);
}
void
MainWindow
::
cardUpdateError
(
QProcess
::
ProcessError
err
)
...
...
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