diff options
author | Bernard Normier <bernard@zeroc.com> | 2005-10-26 23:28:50 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2005-10-26 23:28:50 +0000 |
commit | 2f60a6183622ce80bfcb919f3ab8cbf4d342f8f7 (patch) | |
tree | e53c89297db3d014f8c79f93c582d1cb2b123838 /java/src/IceGrid/TreeNode/AdapterEditor.java | |
parent | adding JGoodies licensees to third party license files (diff) | |
download | ice-2f60a6183622ce80bfcb919f3ab8cbf4d342f8f7.tar.bz2 ice-2f60a6183622ce80bfcb919f3ab8cbf4d342f8f7.tar.xz ice-2f60a6183622ce80bfcb919f3ab8cbf4d342f8f7.zip |
new icons for IceGrid
Diffstat (limited to 'java/src/IceGrid/TreeNode/AdapterEditor.java')
-rwxr-xr-x | java/src/IceGrid/TreeNode/AdapterEditor.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/IceGrid/TreeNode/AdapterEditor.java b/java/src/IceGrid/TreeNode/AdapterEditor.java index de24fdbf8d2..a348a5895c2 100755 --- a/java/src/IceGrid/TreeNode/AdapterEditor.java +++ b/java/src/IceGrid/TreeNode/AdapterEditor.java @@ -53,7 +53,8 @@ class AdapterEditor extends ListElementEditor // // _replicaGroupButton // - Action gotoReplicaGroup = new AbstractAction("->") + Action gotoReplicaGroup = new AbstractAction( + "", Utils.getIcon("/icons/16x16/goto.png")) { public void actionPerformed(ActionEvent e) { |