Commit d714e9bf authored by claes's avatar claes

Fixed typo /JH

parent 7947383a
/* /*
* Proview $Id: wb_gobj.c,v 1.16 2006-04-28 05:01:02 claes Exp $ * Proview $Id: wb_gobj.c,v 1.17 2006-06-21 17:07:03 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
...@@ -1564,7 +1564,7 @@ unsigned long index; ...@@ -1564,7 +1564,7 @@ unsigned long index;
sts = gobj_get_select( foectx, &attrref, &is_attr); sts = gobj_get_select( foectx, &attrref, &is_attr);
if ( EVEN(sts)) { if ( EVEN(sts)) {
foe_message( foectx,"Select an digital signal or attribute in the navigator"); foe_message( foectx,"Select a digital signal or attribute in the navigator");
BEEP; BEEP;
return sts; return sts;
} }
...@@ -1599,7 +1599,7 @@ unsigned long index; ...@@ -1599,7 +1599,7 @@ unsigned long index;
create_classid = pwr_cClass_GetDv; create_classid = pwr_cClass_GetDv;
break; break;
default: default:
foe_message( foectx,"Select an digital signal or attribute in the navigator"); foe_message( foectx,"Select a digital signal or attribute in the navigator");
BEEP; BEEP;
return 0; return 0;
} }
...@@ -1698,7 +1698,7 @@ unsigned long index; ...@@ -1698,7 +1698,7 @@ unsigned long index;
sts = gobj_get_select( foectx, &attrref, &is_attr); sts = gobj_get_select( foectx, &attrref, &is_attr);
if ( EVEN(sts)) { if ( EVEN(sts)) {
foe_message( foectx,"Select an digital signal or attribute in the navigator"); foe_message( foectx,"Select a digital signal or attribute in the navigator");
BEEP; BEEP;
return sts; return sts;
} }
...@@ -1743,7 +1743,7 @@ unsigned long index; ...@@ -1743,7 +1743,7 @@ unsigned long index;
create_classid = pwr_cClass_stoav; create_classid = pwr_cClass_stoav;
break; break;
default: default:
foe_message( foectx,"Select an digital signal or attribute in the navigator"); foe_message( foectx,"Select a digital signal or attribute in the navigator");
BEEP; BEEP;
return 0; return 0;
} }
...@@ -1844,7 +1844,7 @@ unsigned long index; ...@@ -1844,7 +1844,7 @@ unsigned long index;
sts = gobj_get_select( foectx, &attrref, &is_attr); sts = gobj_get_select( foectx, &attrref, &is_attr);
if ( EVEN(sts)) { if ( EVEN(sts)) {
foe_message( foectx,"Select an digital signal in the navigator"); foe_message( foectx,"Select a digital signal in the navigator");
BEEP; BEEP;
return sts; return sts;
} }
...@@ -1879,7 +1879,7 @@ unsigned long index; ...@@ -1879,7 +1879,7 @@ unsigned long index;
create_classid = pwr_cClass_stodv; create_classid = pwr_cClass_stodv;
break; break;
default: default:
foe_message( foectx,"Select an digital signal in the navigator"); foe_message( foectx,"Select a digital signal in the navigator");
BEEP; BEEP;
return 0; return 0;
} }
......
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