Changeset 1768 for branches/eraser6/CodeReview/Eraser/UpdateForm.cs
- Timestamp:
- 2/8/2010 7:20:53 AM (2 years ago)
- File:
-
- 1 edited
-
branches/eraser6/CodeReview/Eraser/UpdateForm.cs (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser/UpdateForm.cs
r1759 r1768 131 131 MessageBox.Show(this, e.Error.Message, S._("Eraser"), MessageBoxButtons.OK, 132 132 MessageBoxIcon.Error, MessageBoxDefaultButton.Button1, 133 S.IsRightToLeft(this) ? MessageBoxOptions.RtlReading : 0); 133 S.IsRightToLeft(this) ? 134 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 134 135 135 136 Close(); … … 199 200 "Eraser."), S._("Eraser"), MessageBoxButtons.OK, MessageBoxIcon.Information, 200 201 MessageBoxDefaultButton.Button1, 201 S.IsRightToLeft(this) ? MessageBoxOptions.RtlReading : 0); 202 S.IsRightToLeft(this) ? 203 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 202 204 Close(); 203 205 } … … 353 355 MessageBoxButtons.OK, MessageBoxIcon.Error, 354 356 MessageBoxDefaultButton.Button1, 355 S.IsRightToLeft(this) ? MessageBoxOptions.RtlReading : 0); 357 S.IsRightToLeft(this) ? 358 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 356 359 357 360 Close();
Note: See TracChangeset
for help on using the changeset viewer.
