- Timestamp:
- 2/8/2010 7:20:53 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser.DefaultPlugins/CustomMethodPassEditor.cs
r1681 r1768 213 213 MessageBoxButtons.OK, MessageBoxIcon.Information, 214 214 MessageBoxDefaultButton.Button1, 215 S.IsRightToLeft(this) ? MessageBoxOptions.RtlReading : 0); 215 S.IsRightToLeft(this) ? 216 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 216 217 } 217 218 }
Note: See TracChangeset
for help on using the changeset viewer.
