Fixed comment spacing
This commit is contained in:
parent
b1406fbad9
commit
9232620023
1 changed files with 2 additions and 2 deletions
|
@ -79,8 +79,8 @@ int ShowMessageBoxUTF16(HWND parent,
|
|||
const base::string16& detail,
|
||||
const gfx::ImageSkia& icon) {
|
||||
TASKDIALOG_FLAGS flags =
|
||||
TDF_SIZE_TO_CONTENT | // Show all content.
|
||||
TDF_ALLOW_DIALOG_CANCELLATION; // Allow canceling the dialog.
|
||||
TDF_SIZE_TO_CONTENT | // Show all content.
|
||||
TDF_ALLOW_DIALOG_CANCELLATION; // Allow canceling the dialog.
|
||||
|
||||
TASKDIALOGCONFIG config = { 0 };
|
||||
config.cbSize = sizeof(config);
|
||||
|
|
Loading…
Reference in a new issue