read preferences for --replay
authorAnthony Towns <aj@erisian.com.au>
Thu, 11 Nov 2010 05:43:05 +0000 (15:43 +1000)
committerAnthony Towns <aj@erisian.com.au>
Thu, 11 Nov 2010 05:43:05 +0000 (15:43 +1000)
ao-tools/altosui/AltosFlightUI.java

index 558b0395abb3bc126a04f6d8e0e969c2883401e3..3581c54c1ce8a6b14c5135ecb1839b656bc05ec6 100644 (file)
@@ -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;