finch/gntprefs.c

changeset 17207
c8d7db607033
parent 16999
2d66b5256b1b
child 17227
09bc351bfafa
equal deleted inserted replaced
17206:2f24260a0760 17207:c8d7db607033
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"); /* XXX: string freeze */ 79 list = g_list_append(list, _("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