diff --git a/src/main/java/ui/window/JDialogSystemCGeneration.java b/src/main/java/ui/window/JDialogSystemCGeneration.java index 06cccec7204cb4adc41ee2634b73805a95229ad4..9d8e234df9b44c9fba9c61d4ba99cfbfe4735dce 100755 --- a/src/main/java/ui/window/JDialogSystemCGeneration.java +++ b/src/main/java/ui/window/JDialogSystemCGeneration.java @@ -910,11 +910,12 @@ public class JDialogSystemCGeneration extends javax.swing.JDialog implements Act } } - protected boolean processCmd( final String cmd, - final JTextArea _jta, - final Integer okReturnCode ) - throws LauncherException { + protected boolean processCmd( final String cmd, + final JTextArea _jta, + final Integer okReturnCode ) + throws LauncherException { rshc.setCmd( cmd ); + rshc.sendExecuteCommandRequest( okReturnCode != null ); rshc.writeCommandMessages( textAreaWriter );