Minor update to settings submenu.

This commit is contained in:
Doublestrike
2012-02-13 12:49:21 +00:00
parent eea484180b
commit 797d9118b4

View File

@@ -128,7 +128,7 @@ public class ViewSettings extends JPanel {
// After all components are instantiated, fire up control. // After all components are instantiated, fire up control.
this.control = new ControlSettings(this); this.control = new ControlSettings(this);
showAvatarsTab(); showPrefsTab();
} }
private void populateTabber() { private void populateTabber() {