aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor-im.c
diff options
context:
space:
mode:
authorDevashish Sharma <dsharma@src.gnome.org>2006-07-24 21:06:20 +0800
committerDevashish Sharma <dsharma@src.gnome.org>2006-07-24 21:06:20 +0800
commitcd009b33d7b82d4965d5b43953f2b191c67b40dd (patch)
tree8a38840b956e65178c6c1e188f8ef701dd1573c7 /addressbook/gui/contact-editor/e-contact-editor-im.c
parent3a4f1cbc3aeff201b997b96190b36b42a41caffe (diff)
downloadgsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.tar
gsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.tar.gz
gsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.tar.bz2
gsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.tar.lz
gsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.tar.xz
gsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.tar.zst
gsoc2013-evolution-cd009b33d7b82d4965d5b43953f2b191c67b40dd.zip
Added support for gadu gadu im in contact entry.
svn path=/trunk/; revision=32407
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor-im.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor-im.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor-im.c b/addressbook/gui/contact-editor/e-contact-editor-im.c
index 08925aeb78..cb807353db 100644
--- a/addressbook/gui/contact-editor/e-contact-editor-im.c
+++ b/addressbook/gui/contact-editor/e-contact-editor-im.c
@@ -64,6 +64,7 @@ static const char *im_labels[] = {
N_("Novell Groupwise"),
N_("Jabber"),
N_("Yahoo Messenger"),
+ N_("Gadu-Gadu Messenger"),
N_("MSN Messenger"),
N_("ICQ")
};
@@ -73,6 +74,7 @@ static const char *im_images[] = {
"im-nov",
"im-jabber",
"im-yahoo",
+ "im-gadugadu",
"im-msn",
"im-icq"
};