From 975e82267a8969335a8119aa9fccf238634a68d0 Mon Sep 17 00:00:00 2001 From: jprocter Date: Tue, 8 May 2007 16:51:14 +0000 Subject: [PATCH] dialog box menu item naming --- help/html/menus/alwcolour.html | 3 ++- src/jalview/jbgui/GAlignFrame.java | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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) -- 1.7.10.2