Use the renamed method.

This commit is contained in:
Michael Bayne
2010-12-02 23:07:35 +00:00
parent 33e0c7a975
commit 4c6f1f95b8
@@ -139,7 +139,7 @@ public class GetdownApp
if (icons.isEmpty()) { if (icons.isEmpty()) {
log.warning("Failed to load any icons", "iconImages", _ifc.iconImages); log.warning("Failed to load any icons", "iconImages", _ifc.iconImages);
} else { } else {
SwingUtil.setWindowIcons(_frame, icons); SwingUtil.setFrameIcons(_frame, icons);
} }
} }