Ignore:
Timestamp:
2/3/2010 3:37:13 AM (2 years ago)
Author:
lowjoel
Message:

Forward ported changes from trunk to r1743

Location:
branches/eraser6/CodeReview
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/CodeReview

  • branches/eraser6/CodeReview/Eraser/Program.GuiProgram.cs

    r1521 r1745  
    158158                            S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0); 
    159159                    } 
     160                    catch (IOException ex) 
     161                    { 
     162                        MessageBox.Show(S._("Another instance of Eraser is already running but " + 
     163                            "cannot be connected to.\n\nThe error returned was: {0}", ex.Message, 
     164                            S._("Eraser"), MessageBoxButtons.OK, MessageBoxIcon.Error, 
     165                            MessageBoxDefaultButton.Button1, 
     166                            S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0)); 
     167                    } 
    160168                    catch (TimeoutException) 
    161169                    { 
Note: See TracChangeset for help on using the changeset viewer.