| Index: chrome/views/controls/message_box_view.cc
|
| ===================================================================
|
| --- chrome/views/controls/message_box_view.cc (revision 14610)
|
| +++ chrome/views/controls/message_box_view.cc (working copy)
|
| @@ -110,6 +110,7 @@
|
| void MessageBoxView::Init(int dialog_flags,
|
| const std::wstring& default_prompt) {
|
| message_label_->SetMultiLine(true);
|
| + message_label_->SetAllowCharacterBreak(true);
|
| if (dialog_flags & MessageBoxFlags::kAutoDetectAlignment) {
|
| // Determine the alignment and directionality based on the first character
|
| // with strong directionality.
|
|
|