finch/gntprefs.c

changeset 17227
09bc351bfafa
parent 17207
c8d7db607033
child 18068
b6554e3c8224
child 18158
a313ada55b92
child 18190
bcf28ef7e8ff
equal deleted inserted replaced
17226:92a0cf1a4b45 17227:09bc351bfafa
74 74
75 static GList * 75 static GList *
76 get_idle_options() 76 get_idle_options()
77 { 77 {
78 GList *list = NULL; 78 GList *list = NULL;
79 list = g_list_append(list, _("Based on keyboard use")); 79 list = g_list_append(list, (char *)_("Based on keyboard use"));
80 list = g_list_append(list, "system"); 80 list = g_list_append(list, "system");
81 list = g_list_append(list, (char*)_("From last sent message")); 81 list = g_list_append(list, (char*)_("From last sent message"));
82 list = g_list_append(list, "purple"); 82 list = g_list_append(list, "purple");
83 list = g_list_append(list, (char*)_("Never")); 83 list = g_list_append(list, (char*)_("Never"));
84 list = g_list_append(list, "never"); 84 list = g_list_append(list, "never");

mercurial