JAL-1911 bugfix - do not save i18n text in preference file
[jalview.git] / src / jalview / util / ImageMaker.java
index 9bc732b..72fa605 100755 (executable)
@@ -272,8 +272,7 @@ MessageManager.formatMessage(
       }
     }
 
-    if (renderStyle.equalsIgnoreCase(MessageManager
-            .getString("label.lineart")))
+    if (renderStyle.equalsIgnoreCase("Lineart"))
     {
       ig2.setRenderingHint(SVGHints.KEY_DRAW_STRING_TYPE,
               SVGHints.VALUE_DRAW_STRING_TYPE_VECTOR);