Changeset 1744 for branches/eraser6/6.0/Eraser/Program.cs
- Timestamp:
- 2/3/2010 2:52:48 AM (2 years ago)
- File:
-
- 1 edited
-
branches/eraser6/6.0/Eraser/Program.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0/Eraser/Program.cs
r1719 r1744 396 396 { 397 397 MessageBox.Show(S._("Another instance of Eraser is already running but " + 398 "cannot be connected to.\n\nThe error returned was: {0}", ex.Message ,398 "cannot be connected to.\n\nThe error returned was: {0}", ex.Message), 399 399 S._("Eraser"), MessageBoxButtons.OK, MessageBoxIcon.Error, 400 400 MessageBoxDefaultButton.Button1, 401 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0) );401 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0); 402 402 } 403 403 catch (TimeoutException)
Note: See TracChangeset
for help on using the changeset viewer.
