Commit e4b4598a authored by claes's avatar claes

Command 'show license' added

parent eb477e47
......@@ -47,6 +47,7 @@ extern "C" {
extern "C" {
#include "flow_x.h"
#include "rt_trace.h"
#include "co_wow.h"
}
#include "co_lng.h"
#include "co_error.h"
......@@ -696,6 +697,12 @@ static int xnav_show_func( void *client_data,
xnav->message('I', message_str);
return 1;
}
else if ( strncmp( arg1_str, "LICENSE", strlen( arg1_str)) == 0)
{
// Command is "SHOW LICENSE"
wow_DisplayLicense( xnav->parent_wid);
return 1;
}
else if ( strncmp( arg1_str, "SYMBOL", strlen( arg1_str)) == 0)
{
/* Command is "SHOW SYMBOL" */
......
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