pidgin/plugins/timestamp_format.c

branch
release-2.x.y
changeset 33740
261e15fb8b91
parent 30062
0ede207843b0
child 33760
66611fba7197
child 38256
035f00c4fd87
equal deleted inserted replaced
33739:d1aa818fd0fc 33740:261e15fb8b91
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