Ignore:
Timestamp:
2/8/2010 7:29:41 AM (2 years ago)
Author:
lowjoel
Message:

Updated to trunk r1764

Location:
branches/eraser6/CodeReview
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eraser6/CodeReview

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

    r1768 r1769  
    162162                    { 
    163163                        MessageBox.Show(S._("Another instance of Eraser is already running but " + 
    164                             "cannot be connected to.\n\nThe error returned was: {0}", ex.Message, 
     164                            "cannot be connected to.\n\nThe error returned was: {0}", ex.Message), 
    165165                            S._("Eraser"), MessageBoxButtons.OK, MessageBoxIcon.Error, 
    166166                            MessageBoxDefaultButton.Button1, 
    167167                            S.IsRightToLeft(null) ? 
    168                                 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0)); 
     168                                MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 
    169169                    } 
    170170                    catch (TimeoutException) 
Note: See TracChangeset for help on using the changeset viewer.