- Timestamp:
- 02/08/10 07:20:53 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser/TaskDataSelectionForm.cs
r1709 r1768 233 233 MessageBox.Show(this, S._("The path you selected is invalid."), S._("Eraser"), 234 234 MessageBoxButtons.OK, MessageBoxIcon.Error, MessageBoxDefaultButton.Button1, 235 S.IsRightToLeft(this) ? MessageBoxOptions.RtlReading : 0); 235 S.IsRightToLeft(this) ? 236 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 236 237 } 237 238 }
Note: See TracChangeset
for help on using the changeset viewer.
