Commit 3e34d5a0 authored by Claes Sjofors's avatar Claes Sjofors

Wb command 'create flow' also creates plc helptext files

parent 94fa8737
...@@ -1094,9 +1094,14 @@ int wb_utl::create_flow_plc(ldh_tSesContext ldhses, ldh_tWBContext ldhwb, ...@@ -1094,9 +1094,14 @@ int wb_utl::create_flow_plc(ldh_tSesContext ldhses, ldh_tWBContext ldhwb,
int wb_utl::create_flow_cb(void* utl, void* foe) int wb_utl::create_flow_cb(void* utl, void* foe)
{ {
return ((WFoe*)foe)->create_flow(); pwr_tStatus sts;
sts = ((WFoe*)foe)->create_xtthelpfile();
sts = ((WFoe*)foe)->create_flow();
return sts;
} }
int wb_utl::redraw_plc_hier(ldh_tSesContext ldhses, ldh_tWBContext ldhwb, int wb_utl::redraw_plc_hier(ldh_tSesContext ldhses, ldh_tWBContext ldhwb,
char* hiername, char* fromname, int all, int templ) char* hiername, char* fromname, int all, int templ)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment