diff options
Diffstat (limited to 'java/src/IceGridGUI/LiveActions.java')
-rwxr-xr-x | java/src/IceGridGUI/LiveActions.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/IceGridGUI/LiveActions.java b/java/src/IceGridGUI/LiveActions.java index 7f504bcabc6..1c847da7aea 100755 --- a/java/src/IceGridGUI/LiveActions.java +++ b/java/src/IceGridGUI/LiveActions.java @@ -131,7 +131,7 @@ public class LiveActions "Write message to stdout or stderr"); - _array[TreeNode.RETRIEVE_STDOUT] = new AbstractAction("Retrieve Stdout") + _array[TreeNode.RETRIEVE_STDOUT] = new AbstractAction("Retrieve stdout") { public void actionPerformed(ActionEvent e) { @@ -141,7 +141,7 @@ public class LiveActions _array[TreeNode.RETRIEVE_STDOUT].putValue(Action.SHORT_DESCRIPTION, "Retrieve stdout"); - _array[TreeNode.RETRIEVE_STDERR] = new AbstractAction("Retrieve Stderr") + _array[TreeNode.RETRIEVE_STDERR] = new AbstractAction("Retrieve stderr") { public void actionPerformed(ActionEvent e) { |