From 4c6f1f95b884eb97c6ba27cd1f0e7e64597cf4de Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 2 Dec 2010 23:07:35 +0000 Subject: [PATCH] Use the renamed method. --- src/main/java/com/threerings/getdown/launcher/GetdownApp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } }