Changeset 1829 for trunk/eraser6/Eraser/MainForm.cs
- Timestamp:
- 2/12/2010 6:24:18 AM (2 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/Eraser/MainForm.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser/MainForm.cs
r1825 r1829 266 266 Program.eraserClient.Tasks.LoadFromStream(stream); 267 267 } 268 catch (FileLoadException ex) 269 { 270 MessageBox.Show(S._("The task list could not be imported. The error " + 271 "returned was: {0}", ex.Message), S._("Eraser"), 272 MessageBoxButtons.OK, MessageBoxIcon.Error, 273 MessageBoxDefaultButton.Button1, 274 Localisation.IsRightToLeft(this) ? 275 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 276 } 277 catch (SerializationException ex) 268 catch (InvalidDataException ex) 278 269 { 279 270 MessageBox.Show(S._("The task list could not be imported. The error " +
Note: See TracChangeset
for help on using the changeset viewer.
