Changeset 1768 for branches/eraser6/CodeReview/Eraser.DefaultPlugins/ErasureMethods/FirstLast16KB.cs
- Timestamp:
- 2/8/2010 7:20:53 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser.DefaultPlugins/ErasureMethods/FirstLast16KB.cs
r1767 r1768 54 54 "be set in the Plugin Settings dialog."), Name, MessageBoxButtons.OK, 55 55 MessageBoxIcon.Error, MessageBoxDefaultButton.Button1, 56 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0); 56 S.IsRightToLeft(null) ? 57 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 57 58 } 58 59 }
Note: See TracChangeset
for help on using the changeset viewer.
