Fix ARexx OPEN NEWTAB

This commit is contained in:
Chris Young 2013-06-18 20:13:59 +01:00
parent 18f7d29a19
commit 6549c06683

View File

@ -262,7 +262,7 @@ STATIC VOID rx_open(struct ARexxCmd *cmd, struct RexxMsg *rxm __attribute__((unu
BROWSER_WINDOW_TAB,
url,
NULL,
NULL,
bw,
NULL);
}
else if(cmd->ac_ArgList[1])