From: jprocter Date: Tue, 8 May 2007 16:51:14 +0000 (+0000) Subject: dialog box menu item naming X-Git-Tag: Release_2_3~26 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=975e82267a8969335a8119aa9fccf238634a68d0;p=jalview.git dialog box menu item naming --- diff --git a/help/html/menus/alwcolour.html b/help/html/menus/alwcolour.html index 2c90bf9..eccfae5 100755 --- a/help/html/menus/alwcolour.html +++ b/help/html/menus/alwcolour.html @@ -8,7 +8,8 @@ If this is selected, any changes made to the background colour will be applied to all currently defined groups.
-
  • Colour Text...
    +
  • Colour + Text ...
    Opens the Colour Text dialog box to set a different text colour for light and dark background, and the intensity threshold for transition between them.
  • Colour Scheme options: None, ClustalX, Blosum62 Score, Percentage diff --git a/src/jalview/jbgui/GAlignFrame.java b/src/jalview/jbgui/GAlignFrame.java index 0e5d00e..b37e4c1 100755 --- a/src/jalview/jbgui/GAlignFrame.java +++ b/src/jalview/jbgui/GAlignFrame.java @@ -1221,7 +1221,7 @@ public class GAlignFrame tabbedPane.setToolTipText(" Right-click to rename tab" + "
    Press X to eXpand tabs, G to reGroup.
    "); - textColour.setText("Text Colour"); + textColour.setText("Colour Text ..."); textColour.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e)