diff options
| author | Bdale Garbee <bdale@gag.com> | 2012-09-12 19:49:51 -0600 |
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2012-09-12 19:49:51 -0600 |
| commit | fe009534ce6846b6db96cac8f6c2d53ba8010d91 (patch) | |
| tree | f7c5e30d08eed32d340452726ce3e05ca7a82deb /altosui/AltosFlightUI.java | |
| parent | 69d42b26223b45df4167aa3baafba100ad71baab (diff) | |
| parent | 8ee29fe48771dd22a0c5428761ee53a728495d11 (diff) | |
Merge branch 'master' of ssh://git.gag.com/scm/git/fw/altos
Diffstat (limited to 'altosui/AltosFlightUI.java')
| -rw-r--r-- | altosui/AltosFlightUI.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/altosui/AltosFlightUI.java b/altosui/AltosFlightUI.java index ddc54cbd..600d8acc 100644 --- a/altosui/AltosFlightUI.java +++ b/altosui/AltosFlightUI.java @@ -170,10 +170,6 @@ public class AltosFlightUI extends AltosFrame implements AltosFlightDisplay, Alt GridBagConstraints c = new GridBagConstraints(); - java.net.URL imgURL = AltosUI.class.getResource("/altus-metrum-16x16.jpg"); - if (imgURL != null) - setIconImage(new ImageIcon(imgURL).getImage()); - setTitle(String.format("AltOS %s", reader.name)); /* Stick channel selector at top of table for telemetry monitoring */ |
