diff --git a/src/main/java/com/threerings/getdown/launcher/GetdownApp.java b/src/main/java/com/threerings/getdown/launcher/GetdownApp.java index f22a2c0..c019ecd 100644 --- a/src/main/java/com/threerings/getdown/launcher/GetdownApp.java +++ b/src/main/java/com/threerings/getdown/launcher/GetdownApp.java @@ -139,7 +139,7 @@ public class GetdownApp if (icons.isEmpty()) { log.warning("Failed to load any icons", "iconImages", _ifc.iconImages); } else { - SwingUtil.setWindowIcons(_frame, icons); + SwingUtil.setFrameIcons(_frame, icons); } }