comparison pidgin/gtkdialogs.c @ 23113:8c3444f04709

propagate from branch 'im.pidgin.pidgin' (head d7144f5dbbde09137aff1ceadfd419e25303bf7d) to branch 'im.pidgin.pidgin.next.minor' (head b6f1c6f279a87ac4b59426eea116c349eb31fe8c)
author Evan Schoenberg <evan.s@dreskin.net>
date Wed, 07 May 2008 12:14:28 +0000
parents cc8903c59d6b
children 4f6040bb6f7a 395ced2d98cc
comparison
equal deleted inserted replaced
23112:bb41bdce8981 23113:8c3444f04709
758 purple_request_field_set_required(field, TRUE); 758 purple_request_field_set_required(field, TRUE);
759 purple_request_field_group_add_field(group, field); 759 purple_request_field_group_add_field(group, field);
760 760
761 purple_request_fields(purple_get_blist(), _("New Instant Message"), 761 purple_request_fields(purple_get_blist(), _("New Instant Message"),
762 NULL, 762 NULL,
763 _("Please enter the screen name or alias of the person " 763 _("Please enter the username or alias of the person "
764 "you would like to IM."), 764 "you would like to IM."),
765 fields, 765 fields,
766 _("OK"), G_CALLBACK(pidgin_dialogs_im_cb), 766 _("OK"), G_CALLBACK(pidgin_dialogs_im_cb),
767 _("Cancel"), NULL, 767 _("Cancel"), NULL,
768 NULL, NULL, NULL, 768 NULL, NULL, NULL,
897 purple_request_field_set_required(field, TRUE); 897 purple_request_field_set_required(field, TRUE);
898 purple_request_field_group_add_field(group, field); 898 purple_request_field_group_add_field(group, field);
899 899
900 purple_request_fields(purple_get_blist(), _("Get User Info"), 900 purple_request_fields(purple_get_blist(), _("Get User Info"),
901 NULL, 901 NULL,
902 _("Please enter the screen name or alias of the person " 902 _("Please enter the username or alias of the person "
903 "whose info you would like to view."), 903 "whose info you would like to view."),
904 fields, 904 fields,
905 _("OK"), G_CALLBACK(pidgin_dialogs_info_cb), 905 _("OK"), G_CALLBACK(pidgin_dialogs_info_cb),
906 _("Cancel"), NULL, 906 _("Cancel"), NULL,
907 NULL, NULL, NULL, 907 NULL, NULL, NULL,
989 purple_request_field_set_required(field, TRUE); 989 purple_request_field_set_required(field, TRUE);
990 purple_request_field_group_add_field(group, field); 990 purple_request_field_group_add_field(group, field);
991 991
992 purple_request_fields(purple_get_blist(), _("View User Log"), 992 purple_request_fields(purple_get_blist(), _("View User Log"),
993 NULL, 993 NULL,
994 _("Please enter the screen name or alias of the person " 994 _("Please enter the username or alias of the person "
995 "whose log you would like to view."), 995 "whose log you would like to view."),
996 fields, 996 fields,
997 _("OK"), G_CALLBACK(pidgin_dialogs_log_cb), 997 _("OK"), G_CALLBACK(pidgin_dialogs_log_cb),
998 _("Cancel"), NULL, 998 _("Cancel"), NULL,
999 NULL, NULL, NULL, 999 NULL, NULL, NULL,