[ 1672618 ] Enable processes to run silently

Forgot to enable this functionality also for ProcessModalDialog (eg. used by buttons)
This commit is contained in:
deathmeat 2007-03-20 20:44:33 +00:00
parent a9a2996718
commit a0f2d1d7fc
1 changed files with 5 additions and 0 deletions

View File

@ -261,6 +261,11 @@ public class ProcessModalDialog extends CDialog
if (m_autoStart)
bOK.doClick(); // don't ask first click
}
// Check if the process is a silent one
if(m_ShowHelp != null && m_ShowHelp.equals("S"))
bOK.doClick();
dialog.revalidate();
return true;
} // init