aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-contact-selector.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:34:30 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-31 01:34:30 +0800
commiteb33061d811e75ae371c1438eed4641341eeb53a (patch)
tree2ec849c9c56bae0a84457ba43ad5cdbb9ffa9713 /libempathy-gtk/empathy-contact-selector.c
parent124a4c3baf87b0591e5a7198846fce5e7f37b110 (diff)
downloadgsoc2013-empathy-eb33061d811e75ae371c1438eed4641341eeb53a.tar
gsoc2013-empathy-eb33061d811e75ae371c1438eed4641341eeb53a.tar.gz
gsoc2013-empathy-eb33061d811e75ae371c1438eed4641341eeb53a.tar.bz2
gsoc2013-empathy-eb33061d811e75ae371c1438eed4641341eeb53a.tar.lz
gsoc2013-empathy-eb33061d811e75ae371c1438eed4641341eeb53a.tar.xz
gsoc2013-empathy-eb33061d811e75ae371c1438eed4641341eeb53a.tar.zst
gsoc2013-empathy-eb33061d811e75ae371c1438eed4641341eeb53a.zip
add translation function call
svn path=/trunk/; revision=2332
Diffstat (limited to 'libempathy-gtk/empathy-contact-selector.c')
-rw-r--r--libempathy-gtk/empathy-contact-selector.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-contact-selector.c b/libempathy-gtk/empathy-contact-selector.c
index f7a8216cf..dff76e9f6 100644
--- a/libempathy-gtk/empathy-contact-selector.c
+++ b/libempathy-gtk/empathy-contact-selector.c
@@ -137,7 +137,7 @@ add_blank_contact (EmpathyContactSelector *selector)
gtk_tree_store_insert (GTK_TREE_STORE (priv->store), &blank_iter, NULL, 0);
gtk_tree_store_set (GTK_TREE_STORE (priv->store), &blank_iter,
EMPATHY_CONTACT_LIST_STORE_COL_CONTACT, NULL,
- EMPATHY_CONTACT_LIST_STORE_COL_NAME, ("Select a contact"),
+ EMPATHY_CONTACT_LIST_STORE_COL_NAME, (_("Select a contact")),
EMPATHY_CONTACT_LIST_STORE_COL_IS_ONLINE, FALSE, -1);
g_signal_handlers_block_by_func(selector, changed_cb, NULL);
gtk_combo_box_set_active_iter (GTK_COMBO_BOX (selector), &blank_iter);