summaryrefslogtreecommitdiff
path: root/java/src/IceGridGUI/Application/AdapterEditor.java
diff options
context:
space:
mode:
authorBenoit Foucher <benoit@zeroc.com>2006-11-08 19:35:16 +0000
committerBenoit Foucher <benoit@zeroc.com>2006-11-08 19:35:16 +0000
commitb5ee6e43f928abb2bffefa31efe1b8a605aeab50 (patch)
treeb7ab6c30f818b5844ff967c910161421512f850c /java/src/IceGridGUI/Application/AdapterEditor.java
parentFix (diff)
downloadice-b5ee6e43f928abb2bffefa31efe1b8a605aeab50.tar.bz2
ice-b5ee6e43f928abb2bffefa31efe1b8a605aeab50.tar.xz
ice-b5ee6e43f928abb2bffefa31efe1b8a605aeab50.zip
Fixed tooltip
Diffstat (limited to 'java/src/IceGridGUI/Application/AdapterEditor.java')
-rwxr-xr-xjava/src/IceGridGUI/Application/AdapterEditor.java6
1 files changed, 4 insertions, 2 deletions
diff --git a/java/src/IceGridGUI/Application/AdapterEditor.java b/java/src/IceGridGUI/Application/AdapterEditor.java
index 59fa100db11..1a1fe1c1dd3 100755
--- a/java/src/IceGridGUI/Application/AdapterEditor.java
+++ b/java/src/IceGridGUI/Application/AdapterEditor.java
@@ -103,8 +103,10 @@ class AdapterEditor extends CommunicatorChildEditor
};
_serverLifetime = new JCheckBox(checkServerLifetime);
_serverLifetime.setToolTipText(
- "<html>When starting the enclosing server, "
- + "does IceGrid<br>wait for this adapter to become active?</html>");
+ "<html>Is the adapter lifetime the same as the server<br>" +
+ "lifetime? The server is considered to be active<br>" +
+ "only if all the adapters with this attribute set<br>" +
+ "to true are active.</html>");
//
// Associate updateListener with various fields
//