Changeset 1768 for branches/eraser6/CodeReview/Eraser/LogForm.cs
- Timestamp:
- 2/8/2010 7:20:53 AM (2 years ago)
- File:
-
- 1 edited
-
branches/eraser6/CodeReview/Eraser/LogForm.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser/LogForm.cs
r1745 r1768 193 193 selectedEntry.Timestamp.ToString("F", CultureInfo.CurrentCulture), 194 194 MessageBoxButtons.OK, icon, MessageBoxDefaultButton.Button1, 195 S.IsRightToLeft(this) ? MessageBoxOptions.RtlReading : 0); 195 S.IsRightToLeft(this) ? 196 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 196 197 } 197 198
Note: See TracChangeset
for help on using the changeset viewer.
