Changeset 1719 for branches/eraser6/6.0/Eraser/Program.cs
- Timestamp:
- 1/29/2010 12:40:49 AM (2 years ago)
- Location:
- branches/eraser6/6.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
Eraser/Program.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/6.0
- Property svn:mergeinfo changed
/trunk/eraser6 merged: 1712-1718
- Property svn:mergeinfo changed
-
branches/eraser6/6.0/Eraser/Program.cs
r1677 r1719 392 392 MessageBoxIcon.Information, MessageBoxDefaultButton.Button1, 393 393 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0); 394 } 395 catch (IOException ex) 396 { 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, 399 S._("Eraser"), MessageBoxButtons.OK, MessageBoxIcon.Error, 400 MessageBoxDefaultButton.Button1, 401 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0)); 394 402 } 395 403 catch (TimeoutException)
Note: See TracChangeset
for help on using the changeset viewer.
