Fix style issues of #4029
This commit is contained in:
parent
edcd34d4ce
commit
26bd97d6cf
4 changed files with 24 additions and 28 deletions
|
@ -57,7 +57,7 @@ void ShowMessageBox(int type,
|
|||
&callback)) {
|
||||
atom::ShowMessageBox(window, (atom::MessageBoxType)type, buttons,
|
||||
default_id, cancel_id, options, title,
|
||||
message, detail, icon, callback);
|
||||
message, detail, icon, callback);
|
||||
} else {
|
||||
int chosen = atom::ShowMessageBox(window, (atom::MessageBoxType)type,
|
||||
buttons, default_id, cancel_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue