updateComponents typo fix

Save button disabled for bundles
This commit is contained in:
Jindra Petk
2014-01-25 13:30:55 +01:00
parent 2774eb5637
commit ddbea70903
4 changed files with 7 additions and 6 deletions

View File

@@ -934,7 +934,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
isWelcomeScreen = false;
}
mainMenu.updateComponets(swf, abcList);
mainMenu.updateComponents(swf, abcList);
}
private void updateUi() {
@@ -945,7 +945,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
}
mainFrame.setTitle(ApplicationInfo.applicationVerName);
mainMenu.updateComponets(null, null);
mainMenu.updateComponents(null, null);
}
public void closeAll() {