Commit 09e48a97 authored by claes's avatar claes

Crossreferences for Iv, Io and Ii didn't work

parent 16d7c17e
/* /*
* Proview $Id: wb_wnav_command.cpp,v 1.43 2006-06-09 05:22:08 claes Exp $ * Proview $Id: wb_wnav_command.cpp,v 1.44 2006-06-29 11:53:39 claes Exp $
* Copyright (C) 2005 SSAB Oxelsund AB. * Copyright (C) 2005 SSAB Oxelsund AB.
* *
* This program is free software; you can redistribute it and/or * This program is free software; you can redistribute it and/or
...@@ -4381,6 +4381,9 @@ static int wnav_crossref_func( void *client_data, ...@@ -4381,6 +4381,9 @@ static int wnav_crossref_func( void *client_data,
case pwr_cClass_Av: case pwr_cClass_Av:
case pwr_cClass_Ai: case pwr_cClass_Ai:
case pwr_cClass_Ao: case pwr_cClass_Ao:
case pwr_cClass_Iv:
case pwr_cClass_Ii:
case pwr_cClass_Io:
sts = wnav->crr_signal( NULL, name_str, NULL); sts = wnav->crr_signal( NULL, name_str, NULL);
break; break;
default: default:
......
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