Changeset 1768 for branches/eraser6/CodeReview/Eraser/Settings.cs
- Timestamp:
- 2/8/2010 7:20:53 AM (2 years ago)
- File:
-
- 1 edited
-
branches/eraser6/CodeReview/Eraser/Settings.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser/Settings.cs
r1681 r1768 98 98 S._("Eraser"), MessageBoxButtons.OK, MessageBoxIcon.Error, 99 99 MessageBoxDefaultButton.Button1, 100 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0); 100 S.IsRightToLeft(null) ? 101 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 101 102 } 102 103 }
Note: See TracChangeset
for help on using the changeset viewer.
