Update Program.cs
This commit is contained in:
parent
c0bf99e182
commit
0ffa32ab7c
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ namespace CreamInstaller
|
||||||
{
|
{
|
||||||
if (new DialogForm(form).Show(ApplicationName, SystemIcons.Error,
|
if (new DialogForm(form).Show(ApplicationName, SystemIcons.Error,
|
||||||
$"ERROR: {selection.ProgramName} is currently running!" +
|
$"ERROR: {selection.ProgramName} is currently running!" +
|
||||||
"\n\nPlease close the program/game to continue . . .",
|
"\n\nPlease close the program/game to continue . . . ",
|
||||||
"Retry", "Cancel") == DialogResult.OK)
|
"Retry", "Cancel") == DialogResult.OK)
|
||||||
{
|
{
|
||||||
return IsProgramRunningDialog(form, selection);
|
return IsProgramRunningDialog(form, selection);
|
||||||
|
|
Loading…
Reference in a new issue