Changeset 1768 for branches/eraser6/CodeReview/Eraser/Program.GuiProgram.cs
- Timestamp:
- 2/8/2010 7:20:53 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/CodeReview/Eraser/Program.GuiProgram.cs
r1745 r1768 152 152 //is running with higher privileges than this instance. Tell the 153 153 //user this is the case and show him how to resolve the issue. 154 MessageBox.Show(S._("Another instance of Eraser is already running but it is" +155 " running with higher privileges than this instance of Eraser.\n\n" +154 MessageBox.Show(S._("Another instance of Eraser is already running but it " + 155 "is running with higher privileges than this instance of Eraser.\n\n" + 156 156 "Eraser will now exit."), S._("Eraser"), MessageBoxButtons.OK, 157 157 MessageBoxIcon.Information, MessageBoxDefaultButton.Button1, 158 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0); 158 S.IsRightToLeft(null) ? 159 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0); 159 160 } 160 161 catch (IOException ex) … … 164 165 S._("Eraser"), MessageBoxButtons.OK, MessageBoxIcon.Error, 165 166 MessageBoxDefaultButton.Button1, 166 S.IsRightToLeft(null) ? MessageBoxOptions.RtlReading : 0)); 167 S.IsRightToLeft(null) ? 168 MessageBoxOptions.RtlReading | MessageBoxOptions.RightAlign : 0)); 167 169 } 168 170 catch (TimeoutException)
Note: See TracChangeset
for help on using the changeset viewer.
