X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=altosui%2FAltosChannelMenu.java;h=382b6ae47809f9202521af7bb281a37bf6c66ae1;hb=31beeb0882d27cbc05e28118611feec4ae43d9da;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) {