Changeset 1788
- Timestamp:
- 2/10/2010 2:36:17 AM (3 years ago)
- Location:
- branches/eraser6/CodeReview/Eraser
- Files:
-
- 3 edited
-
AboutForm.cs (modified) (1 diff)
-
MainForm.cs (modified) (2 diffs)
-
SchedulerPanel.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser/AboutForm.cs
r1768 r1788 207 207 "was: {0}", ex.Message), S._("Eraser"), MessageBoxButtons.OK, 208 208 MessageBoxIcon.Error, MessageBoxDefaultButton.Button1, 209 S.IsRightToLeft( null) ?209 S.IsRightToLeft(this) ? 210 210 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 211 211 } -
branches/eraser6/CodeReview/Eraser/MainForm.cs
r1769 r1788 272 272 MessageBoxButtons.OK, MessageBoxIcon.Error, 273 273 MessageBoxDefaultButton.Button1, 274 S.IsRightToLeft( null) ? MessageBoxOptions.RtlReading : 0);274 S.IsRightToLeft(this) ? MessageBoxOptions.RtlReading : 0); 275 275 } 276 276 catch (SerializationException ex) … … 280 280 MessageBoxButtons.OK, MessageBoxIcon.Error, 281 281 MessageBoxDefaultButton.Button1, 282 S.IsRightToLeft( null) ? MessageBoxOptions.RtlReading : 0);282 S.IsRightToLeft(this) ? MessageBoxOptions.RtlReading : 0); 283 283 } 284 284 } -
branches/eraser6/CodeReview/Eraser/SchedulerPanel.cs
r1777 r1788 442 442 MessageBoxButtons.OK, MessageBoxIcon.Error, 443 443 MessageBoxDefaultButton.Button1, 444 S.IsRightToLeft( null) ?444 S.IsRightToLeft(this) ? 445 445 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 446 446 }
Note: See TracChangeset
for help on using the changeset viewer.
