Commit d2b7663e authored by claes's avatar claes

Switch case for code line was missing

parent f3c61f2c
......@@ -1043,6 +1043,7 @@ void *xhelpnav_help_insert_cb( void *ctx, navh_eItemType item_type, char *text1,
switch ( item_type) {
case navh_eItemType_Help:
case navh_eItemType_HelpCode:
{
HItemHelp *item = new HItemHelp( xhelpnav->brow, "help", text1, text2, text3,
link, bookmark, file_name, file_type, help_index,
......
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