JAL-1911 improvement to bugfix - do not save i18n text in preference file
[jalview.git] / src / jalview / jbgui / GPreferences.java
index c4c737c..25727d0 100755 (executable)
@@ -201,7 +201,7 @@ public class GPreferences extends JPanel
   /*
    * Output tab components
    */
-  protected JComboBox<String> epsRendering = new JComboBox<String>();
+  protected JComboBox<Object> epsRendering = new JComboBox<Object>();
 
   protected JLabel userIdWidthlabel = new JLabel();