| 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"); |