应该没问题了

This commit is contained in:
zhoudaxia 2016-08-26 21:39:43 +08:00
parent 6687629e85
commit baa3315df7
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@ public class PreferencesSoundOptionsTab extends WizardPanel {
public void actionPerformed(ActionEvent e) { public void actionPerformed(ActionEvent e) {
Object src = e.getSource(); Object src = e.getSource();
if (src == enableAllSoundsButton) { if (src == enableAllSoundsButton) {
setAllSoundsButtonsEnabled(true); setAllSoundsButtonsEnabled(true);
} else if (src == disableAllSoundsButton) { } else if (src == disableAllSoundsButton) {