Blob Blame History Raw
diff -up femon-1.7.11/femontools.c~ femon-1.7.11/femontools.c
--- femon-1.7.11/femontools.c~	2011-12-04 04:20:00.000000000 +0200
+++ femon-1.7.11/femontools.c	2012-01-15 21:48:04.570703462 +0200
@@ -349,7 +349,7 @@ cString getModulation(int value)
 
 cString getSystem(int value)
 {
-  return cString::sprintf("%s", getUserString(value, SystemValues));
+  return cString::sprintf("%s", getUserString(value, SystemValuesSat));
 }
 
 cString getRollOff(int value)