Ignore:
Timestamp:
2/8/2010 7:20:53 AM (2 years ago)
Author:
lowjoel
Message:

Also specify MessageBoxOptions?.RightAlign? if the dialog which owns the message box is RTL-reading. addresses #275: Code Review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/CodeReview/Eraser/BlackBoxUploadForm.cs

    r1681 r1768  
    130130                    S._("Eraser"), MessageBoxButtons.OK, MessageBoxIcon.Error, 
    131131                    MessageBoxDefaultButton.Button1, S.IsRightToLeft(this) ? 
    132                         MessageBoxOptions.RtlReading : 0); 
     132                        MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 
    133133                Close(); 
    134134            } 
Note: See TracChangeset for help on using the changeset viewer.