diff options
| author | slewis | 2005-05-08 23:40:36 +0000 |
|---|---|---|
| committer | slewis | 2005-05-08 23:40:36 +0000 |
| commit | eb8a863f8b2c6acbb5cb2b176a43bfcc42c0ea2c (patch) | |
| tree | 078b91b9caa08779102b3e9d9c99aaa306eb686d | |
| parent | 6840e60b6c04ea1ece75c3a9d5b9a82914a5c847 (diff) | |
| download | org.eclipse.ecf-eb8a863f8b2c6acbb5cb2b176a43bfcc42c0ea2c.tar.gz org.eclipse.ecf-eb8a863f8b2c6acbb5cb2b176a43bfcc42c0ea2c.tar.xz org.eclipse.ecf-eb8a863f8b2c6acbb5cb2b176a43bfcc42c0ea2c.zip | |
Added new icons for add buddy and add group functions
| -rw-r--r-- | framework/bundles/org.eclipse.ecf.ui/icons/enabled/addbuddy.gif | bin | 0 -> 888 bytes | |||
| -rw-r--r-- | framework/bundles/org.eclipse.ecf.ui/icons/enabled/addgroup.gif | bin | 318 -> 912 bytes | |||
| -rw-r--r-- | framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/views/RosterView.java | 3 |
3 files changed, 2 insertions, 1 deletions
diff --git a/framework/bundles/org.eclipse.ecf.ui/icons/enabled/addbuddy.gif b/framework/bundles/org.eclipse.ecf.ui/icons/enabled/addbuddy.gif Binary files differnew file mode 100644 index 000000000..098b82b11 --- /dev/null +++ b/framework/bundles/org.eclipse.ecf.ui/icons/enabled/addbuddy.gif diff --git a/framework/bundles/org.eclipse.ecf.ui/icons/enabled/addgroup.gif b/framework/bundles/org.eclipse.ecf.ui/icons/enabled/addgroup.gif Binary files differindex 252d7ebcb..96b9745c2 100644 --- a/framework/bundles/org.eclipse.ecf.ui/icons/enabled/addgroup.gif +++ b/framework/bundles/org.eclipse.ecf.ui/icons/enabled/addgroup.gif diff --git a/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/views/RosterView.java b/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/views/RosterView.java index 592bc017f..a8e2dd3ae 100644 --- a/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/views/RosterView.java +++ b/framework/bundles/org.eclipse.ecf.ui/src/org/eclipse/ecf/ui/views/RosterView.java @@ -75,6 +75,7 @@ public class RosterView extends ViewPart implements IPresenceListener, IMessageL public static final String INSTANT_MESSAGE_ICON = "icons/enabled/message.gif"; public static final String ADDGROUP_ICON = "icons/enabled/addgroup.gif"; + public static final String ADDBUDDY_ICON = "icons/enabled/addbuddy.gif"; public static final String UNFILED_GROUP_NAME = "Unfiled"; @@ -824,7 +825,7 @@ public class RosterView extends ViewPart implements IPresenceListener, IMessageL addBuddyAction.setToolTipText("Add buddy"); addBuddyAction.setEnabled(false); addBuddyAction.setImageDescriptor(ImageDescriptor.createFromURL( - UiPlugin.getDefault().find(new Path(ADDGROUP_ICON)))); + UiPlugin.getDefault().find(new Path(ADDBUDDY_ICON)))); } |
