empathy r2088 - trunk/src
- From: xclaesse svn gnome org
- To: svn-commits-list gnome org
- Subject: empathy r2088 - trunk/src
- Date: Tue, 6 Jan 2009 16:49:21 +0000 (UTC)
Author: xclaesse
Date: Tue Jan 6 16:49:21 2009
New Revision: 2088
URL: http://svn.gnome.org/viewvc/empathy?rev=2088&view=rev
Log:
Use gettext() when populating the preferences sound list.
Modified:
trunk/src/empathy-preferences.c
Modified: trunk/src/empathy-preferences.c
==============================================================================
--- trunk/src/empathy-preferences.c (original)
+++ trunk/src/empathy-preferences.c Tue Jan 6 16:49:21 2009
@@ -290,7 +290,7 @@
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);
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]