pidgin/plugins/timestamp_format.c

changeset 33760
66611fba7197
parent 33683
bf243e3394a7
parent 33740
261e15fb8b91
equal deleted inserted replaced
33759:20349cbb57a0 33760:66611fba7197
33 frame = purple_plugin_pref_frame_new(); 33 frame = purple_plugin_pref_frame_new();
34 34
35 ppref = purple_plugin_pref_new_with_label(_("Timestamp Format Options")); 35 ppref = purple_plugin_pref_new_with_label(_("Timestamp Format Options"));
36 purple_plugin_pref_frame_add(frame, ppref); 36 purple_plugin_pref_frame_add(frame, ppref);
37 37
38 tmp = g_strdup_printf(_("_Force timestamp format:")); 38 tmp = g_strdup(_("_Force timestamp format:"));
39 ppref = purple_plugin_pref_new_with_name_and_label( 39 ppref = purple_plugin_pref_new_with_name_and_label(
40 "/plugins/gtk/timestamp_format/force", 40 "/plugins/gtk/timestamp_format/force",
41 tmp); 41 tmp);
42 purple_plugin_pref_set_type(ppref, PURPLE_PLUGIN_PREF_CHOICE); 42 purple_plugin_pref_set_type(ppref, PURPLE_PLUGIN_PREF_CHOICE);
43 purple_plugin_pref_add_choice(ppref, _("Use system default"), "default"); 43 purple_plugin_pref_add_choice(ppref, _("Use system default"), "default");

mercurial