X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosChannelMenu.java;h=382b6ae47809f9202521af7bb281a37bf6c66ae1;hb=a7fd31842a602a8ac803d0e09efb4ffabf7a289b;hp=f90a11c0aa93a13b60eb3d761d01ee2a2b157ba9;hpb=19243ecc9b5bbdcc069ae24acf1ca807322c84d8;p=fw%2Faltos diff --git a/altosui/AltosChannelMenu.java b/altosui/AltosChannelMenu.java index f90a11c0..382b6ae4 100644 --- a/altosui/AltosChannelMenu.java +++ b/altosui/AltosChannelMenu.java @@ -20,7 +20,7 @@ package altosui; import java.awt.event.*; import javax.swing.*; -public class AltosChannelMenu extends JComboBox implements ActionListener { +public class AltosChannelMenu extends JComboBox implements ActionListener { int channel; public AltosChannelMenu(int current_channel) {