summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/LiveActions.java
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-01-26 16:24:24 +0000
committerBernard Normier <bernard@zeroc.com>2007-01-26 16:24:24 +0000
commit1e70e1552f43dfc7cb23fe75f93fcbf1f8ca16b1 (patch)
tree4f613aacb76174cfcdc5dfb40ba1f95ac46d7891 /java/src/IceGridGUI/LiveActions.java
parentAdded double-click on tables (diff)
downloadice-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-xjava/src/IceGridGUI/LiveActions.java4
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)
{