Changeset 1716
- Timestamp:
- 1/28/2010 8:16:47 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/eraser6/Eraser/Program.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser6/Eraser/Program.cs
r1675 r1716 418 418 MessageBoxIcon.Information, MessageBoxDefaultButton.Button1, 419 419 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0); 420 } 421 catch (IOException ex) 422 { 423 MessageBox.Show(S._("Another instance of Eraser is already running but " + 424 "cannot be connected to.\n\nThe error returned was: {0}", ex.Message, 425 S._("Eraser"), MessageBoxButtons.OK, MessageBoxIcon.Error, 426 MessageBoxDefaultButton.Button1, 427 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0)); 420 428 } 421 429 catch (TimeoutException)
Note: See TracChangeset
for help on using the changeset viewer.
