X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=getdown%2Fsrc%2Fgetdown%2Flauncher%2Fsrc%2Fmain%2Fjava%2Fcom%2Fthreerings%2Fgetdown%2Flauncher%2FStatusPanel.java;fp=getdown%2Fsrc%2Fgetdown%2Flauncher%2Fsrc%2Fmain%2Fjava%2Fcom%2Fthreerings%2Fgetdown%2Flauncher%2FStatusPanel.java;h=a144c83f860b67f0cbd788ab81679c033f735e4a;hb=f274a3fc218cfdf410b4e68bc40fa4e15c602ab1;hp=4b5e05fb39070eca5b9eae1effed128cb7779aed;hpb=a2801ca3b43620de21f25f7aa3935bf0572192b4;p=jalview.git diff --git a/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/StatusPanel.java b/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/StatusPanel.java index 4b5e05f..a144c83 100644 --- a/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/StatusPanel.java +++ b/getdown/src/getdown/launcher/src/main/java/com/threerings/getdown/launcher/StatusPanel.java @@ -27,6 +27,7 @@ import com.samskivert.swing.LabelStyleConstants; import com.samskivert.swing.util.SwingUtil; import com.samskivert.util.Throttle; +import com.threerings.getdown.data.Application; import com.threerings.getdown.data.Application.UpdateInterface; import com.threerings.getdown.data.Build; import com.threerings.getdown.util.MessageUtil; @@ -279,7 +280,7 @@ public final class StatusPanel extends JComponent if (_ifc.displayVersion) { labelText.append("launcher version: " + Build.version()); labelText.append("\n"); - labelText.append("install4j version: " + i4jVersion); + labelText.append("install4j version: " + Application.i4jVersion); labelText.append("\n"); labelText.append("installer version: " + System.getProperty("installer_template_version")); labelText.append("\n"); @@ -418,6 +419,4 @@ public final class StatusPanel extends JComponent protected static final Font FONT = new Font("SansSerif", Font.BOLD, 12); public String _appbase; - - public static String i4jVersion = null; }