X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosFile.java;h=e2b6d5a65b09b58c4f725e54c65bb05f23af9a3f;hb=97663f922e236f4ee7bd08277ca80d419b5cd10f;hp=2e33b271dded901ca6a453ded9efa9326262e400;hpb=c9e52287751867d9e451146ccde78109609d30d7;p=fw%2Faltos diff --git a/altosui/AltosFile.java b/altosui/AltosFile.java index 2e33b271..e2b6d5a6 100644 --- a/altosui/AltosFile.java +++ b/altosui/AltosFile.java @@ -24,7 +24,7 @@ import java.util.*; class AltosFile extends File { public AltosFile(int year, int month, int day, int serial, int flight, String extension) { - super (AltosPreferences.logdir(), + super (AltosUIPreferences.logdir(), String.format("%04d-%02d-%02d-serial-%03d-flight-%03d.%s", year, month, day, serial, flight, extension)); }