Changeset 1768 for branches/eraser6/CodeReview/Eraser/AboutForm.cs
- Timestamp:
- 2/8/2010 7:20:53 AM (2 years ago)
- File:
-
- 1 edited
-
branches/eraser6/CodeReview/Eraser/AboutForm.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser/AboutForm.cs
r1681 r1768 207 207 "was: {0}", ex.Message), S._("Eraser"), MessageBoxButtons.OK, 208 208 MessageBoxIcon.Error, MessageBoxDefaultButton.Button1, 209 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0); 209 S.IsRightToLeft(null) ? 210 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 210 211 } 211 212 }
Note: See TracChangeset
for help on using the changeset viewer.
