case orchid: return "orchid";
case black: return "black";
default:
- complain (_("vcg graph: no such a color."));
+ complain (_("vcg graph: no such color."));
return get_color_str(G_COLOR);
}
return NULL;
case left_justify: return "left_justify";
case right_justify: return "right_justify";
default:
- complain (_("vcg graph: no such a text mode.."));
+ complain (_("vcg graph: no such text mode.."));
return get_textmode_str(G_TEXTMODE);
}
return NULL;
case ellipse: return "ellipse";
case triangle: return "triangle";
default:
- complain (_("vcg graph: no such a shape.."));
+ complain (_("vcg graph: no such shape.."));
return get_shape_str(G_SHAPE);
}
return NULL;
case no: return "no";
case yes: return "yes";
default:
- complain (_("vcg graph: no such a decision.."));
+ complain (_("vcg graph: no such decision.."));
return get_decision_str(defaults, 0);
}
return NULL;
case barymedian: return "barymedian";
case medianbary: return "medianbary";
default:
- complain (_("vcg graph: no such a crossing_type.."));
+ complain (_("vcg graph: no such crossing_type.."));
return get_crossing_type_str(G_CROSSING_WEIGHT);
}
return NULL;
case fcfish: return "fcfish";
case fpfish: return "fpfish";
default:
- complain (_("vcg graph: no such a view.."));
+ complain (_("vcg graph: no such view.."));
return get_view_str(G_VIEW);
}
return NULL;
case dotted: return "dotted";
case invisible: return "invisible";
default:
- complain (_("vcg graph: no such a linestyle.."));
+ complain (_("vcg graph: no such linestyle.."));
return get_linestyle_str(E_LINESTYLE);
}
return NULL;