updateComponents typo fix

Save button disabled for bundles
This commit is contained in:
Jindra Pet��k
2014-01-25 13:30:55 +01:00
parent 2774eb5637
commit ddbea70903
4 changed files with 7 additions and 6 deletions
@@ -28,5 +28,5 @@ public interface MainFrameMenu {
public boolean isInternalFlashViewerSelected();
public void updateComponets(SWF swf, List<ABCContainerTag> abcList);
public void updateComponents(SWF swf, List<ABCContainerTag> abcList);
}