From d446c90dab0aca7e501a0228f24c210758d84a1d Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Mon, 2 Mar 2015 22:23:22 -0800 Subject: altosui/telegps: Change from variable-units snuck into master show_units_name(double) only exists on the variable-units branch... Signed-off-by: Keith Packard --- telegps/TeleGPSConfigUI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'telegps/TeleGPSConfigUI.java') diff --git a/telegps/TeleGPSConfigUI.java b/telegps/TeleGPSConfigUI.java index 0189a809..97ab34b4 100644 --- a/telegps/TeleGPSConfigUI.java +++ b/telegps/TeleGPSConfigUI.java @@ -862,7 +862,7 @@ public class TeleGPSConfigUI } String get_tracker_motion_label() { - return String.format("Logging Trigger Motion (%s):", AltosConvert.height.show_units_name(AltosLib.MISSING)); + return String.format("Logging Trigger Motion (%s):", AltosConvert.height.show_units()); } void set_tracker_tool_tip() { -- cgit v1.2.3