diff options
Diffstat (limited to 'java/src')
-rwxr-xr-x | java/src/IceGridGUI/Application/AdapterEditor.java | 4 | ||||
-rwxr-xr-x | java/src/IceGridGUI/LiveDeployment/Service.java | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/java/src/IceGridGUI/Application/AdapterEditor.java b/java/src/IceGridGUI/Application/AdapterEditor.java index 6ee05e7b197..29cff212004 100755 --- a/java/src/IceGridGUI/Application/AdapterEditor.java +++ b/java/src/IceGridGUI/Application/AdapterEditor.java @@ -89,7 +89,9 @@ class AdapterEditor extends CommunicatorChildEditor }; _registerProcess = new JCheckBox(checkRegisterProcess); _registerProcess.setToolTipText( - "<html>During activation, create a Process object<br>" + "<html>This setting is ignored for servers running Ice<br>" + + "version 3.3 or greater.<br>" + + "During activation, create a Process object<br>" + "in this adapter and register it with IceGrid<br>" + "to enable clean shutdown; you should register<br>" + "exactly one Process object per server.</html>"); diff --git a/java/src/IceGridGUI/LiveDeployment/Service.java b/java/src/IceGridGUI/LiveDeployment/Service.java index c254d88d900..a62399655fb 100755 --- a/java/src/IceGridGUI/LiveDeployment/Service.java +++ b/java/src/IceGridGUI/LiveDeployment/Service.java @@ -229,7 +229,7 @@ class Service extends ListArrayTreeNode { _cellRenderer = new DefaultTreeCellRenderer(); - _startedIcon = Utils.getIcon("/icons/16x16/service_started.png"); + _startedIcon = Utils.getIcon("/icons/16x16/service_running.png"); _stoppedIcon = Utils.getIcon("/icons/16x16/service.png"); } |