X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FFontChooser.java;h=8220aea35ecd327d5991f41d78d3e1729ada828f;hb=f14246a28441f24b39b0516282513fbf6196e46c;hp=156f5631d1a6736200b9b4c942f25fb4b46a10e1;hpb=db93a1adcbe0a4eaaf06e0a70ade0d6c5c1961c3;p=jalview.git diff --git a/src/jalview/gui/FontChooser.java b/src/jalview/gui/FontChooser.java index 156f563..8220aea 100755 --- a/src/jalview/gui/FontChooser.java +++ b/src/jalview/gui/FontChooser.java @@ -1,6 +1,6 @@ /* - * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2) - * Copyright (C) 2015 The Jalview Authors + * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$) + * Copyright (C) $$Year-Rel$$ The Jalview Authors * * This file is part of Jalview. * @@ -253,9 +253,9 @@ public class FontChooser extends GFontChooser String message = iBounds.getHeight() < 1 ? MessageManager .getString("label.font_doesnt_have_letters_defined") : MessageManager.getString("label.font_too_small"); - JOptionPane.showInternalMessageDialog(this, message, + JvOptionPane.showInternalMessageDialog(this, message, MessageManager.getString("label.invalid_font"), - JOptionPane.WARNING_MESSAGE); + JvOptionPane.WARNING_MESSAGE); /* * Restore the changed value - note this will reinvoke this method via the * ActionListener, but now validation should pass