DescriptionAllow words to be wrapped in message box.
We use DT_WORDBREK|DT_EDITCONTROL as the argument of DrawText().
With this option, DrawText() try to wrap texts at word-breaks first,
then wraps at non-word-breaks if one line is still too long.
This change only affects for Labels in MessageBox.
If we can always use this policy, please let me know
and I'll fix the code.
BUG=2441
Patch Set 1 #
Total comments: 8
Patch Set 2 : '' #
Messages
Total messages: 4 (0 generated)
|