From 5946b6979459f586008e1cf2d685a8d7d7d544af Mon Sep 17 00:00:00 2001 From: kjvdheide Date: Wed, 20 Dec 2017 16:46:40 +0000 Subject: [PATCH] JAL-2871 JAL-2877 third time's the charm? --- src/jalview/ext/archaeopteryx/AptxInit.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/ext/archaeopteryx/AptxInit.java b/src/jalview/ext/archaeopteryx/AptxInit.java index f3093fa..f6b028a 100644 --- a/src/jalview/ext/archaeopteryx/AptxInit.java +++ b/src/jalview/ext/archaeopteryx/AptxInit.java @@ -56,7 +56,7 @@ public final class AptxInit // yet to add user preferred config private final static Configuration APTX_CONFIG = new Configuration( Cache.getDefault("APTXCONFIG", - Cache.class.getClass() + Desktop.instance.getClass() .getResource( "/_aptx_jalview_configuration_file.txt") .toString()), -- 1.7.10.2