From fc42e2d8a79e93082c9965a157d665611a7d5529 Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Wed, 25 Feb 2004 14:18:50 +0000 Subject: added groupwise im related label and icon image file name 2004-02-25 Sivaiah Nallagatla * gui/contact-editor/e-contact-editor-im.c : added groupwise im related label and icon image file name * gui/contact-editor/e-contact-editor.c : (im_treeview_drag_data_get_cb), (im_treeview_drag_data_rcv_cb) : (set_im_fields) : added code to add Gw Im id to contact-editor svn path=/trunk/; revision=24864 --- addressbook/gui/contact-editor/e-contact-editor-im.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui/contact-editor/e-contact-editor-im.c') diff --git a/addressbook/gui/contact-editor/e-contact-editor-im.c b/addressbook/gui/contact-editor/e-contact-editor-im.c index f4932a79f2..a086d959e9 100644 --- a/addressbook/gui/contact-editor/e-contact-editor-im.c +++ b/addressbook/gui/contact-editor/e-contact-editor-im.c @@ -60,6 +60,7 @@ enum { static const char *im_labels[] = { N_("AOL Instant Messenger"), + N_("Novell Groupwise"), N_("Jabber"), N_("Yahoo Messenger"), N_("MSN Messenger"), @@ -68,6 +69,7 @@ static const char *im_labels[] = { static const char *im_images[] = { "im-aim.png", + "im-nov.png", "im-jabber.png", "im-yahoo.png", "im-msn.png", -- cgit