From: Anthony Towns Date: Thu, 11 Nov 2010 05:43:05 +0000 (+1000) Subject: read preferences for --replay X-Git-Tag: debian/0.7.1+70+g9ffc2eb~19^2~4 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=3ffaa5d1c00b28be20fd4a26deb7bd41d953e92a;hp=1f3e091efdfb2fe6f06a066cac60f5d267b94856 read preferences for --replay --- diff --git a/ao-tools/altosui/AltosFlightUI.java b/ao-tools/altosui/AltosFlightUI.java index 558b0395..3581c54c 100644 --- a/ao-tools/altosui/AltosFlightUI.java +++ b/ao-tools/altosui/AltosFlightUI.java @@ -122,6 +122,8 @@ public class AltosFlightUI extends JFrame implements AltosFlightDisplay { } public AltosFlightUI(AltosVoice in_voice, AltosFlightReader in_reader, final int serial) { + AltosPreferences.init(this); + voice = in_voice; reader = in_reader;