Skip to content

Commit 396415d

Browse files
committed
comments
1 parent 7cf7995 commit 396415d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

FlashpointSecurePlayer/FlashpointSecurePlayerGUI.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ the program to enter an infinite restart loop
283283
RestartApplication(true, ref applicationMutex);
284284
}
285285
} catch (InvalidModificationException) {
286-
// abort the operation
286+
// operation was aborted
287287
//LogExceptionToLauncher(ex);
288288
throw;
289289
} catch (Exception ex) {
@@ -302,7 +302,7 @@ private void AskLaunchWithCompatibilitySettings() {
302302

303303
RestartApplication(false, ref applicationMutex);
304304
} catch (InvalidModificationException) {
305-
// abort the operation
305+
// operation was aborted
306306
//LogExceptionToLauncher(ex);
307307
throw;
308308
} catch (Exception ex) {
@@ -373,7 +373,7 @@ private void AskLaunchWithOldCPUSimulator() {
373373

374374
RestartApplication(false, ref applicationMutex, processStartInfo);
375375
} catch (InvalidModificationException) {
376-
// abort the operation
376+
// operation was aborted
377377
//LogExceptionToLauncher(ex);
378378
throw;
379379
} catch (Exception ex) {

0 commit comments

Comments
 (0)