comparison src/gtkprefs.c @ 9303:fe931c791fc0

[gaim-migrate @ 10107] Fix a comiler warning, an accelerator key, and document something. Stu is all about keeping me on my toes. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 17 Jun 2004 01:34:58 +0000
parents 3d5519a84d02
children 2138b3a07cb8
comparison
equal deleted inserted replaced
9302:c45163af02fc 9303:fe931c791fc0
983 gaim_gtk_prefs_checkbox(_("_Notify buddies that you are typing to them"), 983 gaim_gtk_prefs_checkbox(_("_Notify buddies that you are typing to them"),
984 "/core/conversations/im/send_typing", vbox); 984 "/core/conversations/im/send_typing", vbox);
985 gaim_gtk_prefs_checkbox(_("_Raise IM window on events"), 985 gaim_gtk_prefs_checkbox(_("_Raise IM window on events"),
986 "/gaim/gtk/conversations/im/raise_on_events", vbox); 986 "/gaim/gtk/conversations/im/raise_on_events", vbox);
987 987
988 gaim_gtk_prefs_checkbox(_("_Raise chat window on events"), 988 gaim_gtk_prefs_checkbox(_("Raise chat _window on events"),
989 "/gaim/gtk/conversations/chat/raise_on_events", vbox); 989 "/gaim/gtk/conversations/chat/raise_on_events", vbox);
990 gaim_gtk_prefs_checkbox(_("Use _multi-colored screen names in chats"), 990 gaim_gtk_prefs_checkbox(_("Use _multi-colored screen names in chats"),
991 "/gaim/gtk/conversations/chat/color_nicks", vbox); 991 "/gaim/gtk/conversations/chat/color_nicks", vbox);
992 992
993 /* All the tab options! */ 993 /* All the tab options! */