diff options
author | Bernard Normier <bernard@zeroc.com> | 2007-01-26 16:24:24 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2007-01-26 16:24:24 +0000 |
commit | 1e70e1552f43dfc7cb23fe75f93fcbf1f8ca16b1 (patch) | |
tree | 4f613aacb76174cfcdc5dfb40ba1f95ac46d7891 /java/src/IceGridGUI/LiveActions.java | |
parent | Added double-click on tables (diff) | |
download | ice-1e70e1552f43dfc7cb23fe75f93fcbf1f8ca16b1.tar.bz2 ice-1e70e1552f43dfc7cb23fe75f93fcbf1f8ca16b1.tar.xz ice-1e70e1552f43dfc7cb23fe75f93fcbf1f8ca16b1.zip |
Fixed case of stderr and stdout
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) { |