aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-preferences.c
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2009-01-07 00:49:21 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2009-01-07 00:49:21 +0800
commitecb8b65d33c5d4862c132ddb227bb4093b41cbc4 (patch)
treea0969f35db33b07b1c2627bb06fcf223fc6a226f /src/empathy-preferences.c
parentb66b00893bb57c0060f7e23a80b29745b8a28dd6 (diff)
downloadgsoc2013-empathy-ecb8b65d33c5d4862c132ddb227bb4093b41cbc4.tar
gsoc2013-empathy-ecb8b65d33c5d4862c132ddb227bb4093b41cbc4.tar.gz
gsoc2013-empathy-ecb8b65d33c5d4862c132ddb227bb4093b41cbc4.tar.bz2
gsoc2013-empathy-ecb8b65d33c5d4862c132ddb227bb4093b41cbc4.tar.lz
gsoc2013-empathy-ecb8b65d33c5d4862c132ddb227bb4093b41cbc4.tar.xz
gsoc2013-empathy-ecb8b65d33c5d4862c132ddb227bb4093b41cbc4.tar.zst
gsoc2013-empathy-ecb8b65d33c5d4862c132ddb227bb4093b41cbc4.zip
Use gettext() when populating the preferences sound list.
svn path=/trunk/; revision=2088
Diffstat (limited to 'src/empathy-preferences.c')
-rw-r--r--src/empathy-preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-preferences.c b/src/empathy-preferences.c
index e8eef8748..4d1eb4eb3 100644
--- a/src/empathy-preferences.c
+++ b/src/empathy-preferences.c
@@ -290,7 +290,7 @@ preferences_sound_load (EmpathyPreferences *preferences)
gtk_list_store_append (store, &iter);
gtk_list_store_set (store, &iter, COL_SOUND_ENABLED, set,
- COL_SOUND_NAME, sound_entries[i].name,
+ COL_SOUND_NAME, gettext (sound_entries[i].name),
COL_SOUND_KEY, sound_entries[i].key, -1);
}
}