comparison src/gtkprefs.c @ 11699:95cc6e1e9388

[gaim-migrate @ 13990] I guess we should keep referring to this as the system log committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 20 Oct 2005 04:05:09 +0000
parents a647f92e1d57
children 96a9462583c1
comparison
equal deleted inserted replaced
11698:a647f92e1d57 11699:95cc6e1e9388
1400 1400
1401 gaim_gtk_prefs_checkbox(_("Log all _instant messages"), 1401 gaim_gtk_prefs_checkbox(_("Log all _instant messages"),
1402 "/core/logging/log_ims", vbox); 1402 "/core/logging/log_ims", vbox);
1403 gaim_gtk_prefs_checkbox(_("Log all c_hats"), 1403 gaim_gtk_prefs_checkbox(_("Log all c_hats"),
1404 "/core/logging/log_chats", vbox); 1404 "/core/logging/log_chats", vbox);
1405 gaim_gtk_prefs_checkbox(_("Log all _status changes"), 1405 gaim_gtk_prefs_checkbox(_("Log all _status changes to system log"),
1406 "/core/logging/log_system", vbox); 1406 "/core/logging/log_system", vbox);
1407 1407
1408 gtk_widget_show_all(ret); 1408 gtk_widget_show_all(ret);
1409 1409
1410 return ret; 1410 return ret;