Browse Source

Changed seconds unit from S to s (to lower case). Patch from Steven Borley.

pre-master-46
pnenzi 25 years ago
parent
commit
4eeeed70fc
  1. 2
      src/frontend/typesdef.c

2
src/frontend/typesdef.c

@ -32,7 +32,7 @@ struct plotab {
/* note: This should correspond to SV_ defined in FTEconstant.h */
struct type types[NUMTYPES] = {
{ "notype", NULL } ,
{ "time", "S" } ,
{ "time", "s" } ,
{ "frequency", "Hz" } ,
{ "voltage", "V" } ,
{ "current", "A" } ,

Loading…
Cancel
Save