Changeset 2752
- Timestamp:
- 7/2/2012 2:42:22 AM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/EraserService/Eraser.Service/Program.cs
r2750 r2752 51 51 } 52 52 } 53 catch (InvalidDataException ex)53 catch (InvalidDataException) 54 54 { 55 55 File.Delete(TaskListPath); 56 MessageBox.Show(S._("Could not load task list. All task entries have " +57 "been lost. The error returned was: {0}", ex.Message), S._("Eraser"),58 MessageBoxButtons.OK, MessageBoxIcon.Error,59 MessageBoxDefaultButton.Button1,60 Localisation.IsRightToLeft(null) ?61 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0);62 56 } 63 57
Note: See TracChangeset
for help on using the changeset viewer.
