comparison pidgin/plugins/timestamp_format.c @ 15381:d54794a47c56

I think this is all the instances of 'Gaim' within pidgin/
author Sean Egan <seanegan@gmail.com>
date Mon, 22 Jan 2007 09:02:33 +0000
parents 5fe8042783c1
children d75099d2567e
comparison
equal deleted inserted replaced
15380:959b753fc926 15381:d54794a47c56
22 ppref = gaim_plugin_pref_new_with_label(_("Timestamp Format Options")); 22 ppref = gaim_plugin_pref_new_with_label(_("Timestamp Format Options"));
23 gaim_plugin_pref_frame_add(frame, ppref); 23 gaim_plugin_pref_frame_add(frame, ppref);
24 24
25 ppref = gaim_plugin_pref_new_with_name_and_label( 25 ppref = gaim_plugin_pref_new_with_name_and_label(
26 "/plugins/gtk/timestamp_format/force_24hr", 26 "/plugins/gtk/timestamp_format/force_24hr",
27 _("_Force (traditional Gaim) 24-hour time format")); 27 _("_Force (traditional " PIDGIN_NAME ") 24-hour time format"));
28 gaim_plugin_pref_frame_add(frame, ppref); 28 gaim_plugin_pref_frame_add(frame, ppref);
29 29
30 ppref = gaim_plugin_pref_new_with_label(_("Show dates in...")); 30 ppref = gaim_plugin_pref_new_with_label(_("Show dates in..."));
31 gaim_plugin_pref_frame_add(frame, ppref); 31 gaim_plugin_pref_frame_add(frame, ppref);
32 32