comparison src/dialogs.c @ 4599:221fb7143cd4

[gaim-migrate @ 4884] Smigs fixed some spelling mistakes committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sat, 22 Feb 2003 01:08:51 +0000
parents c7986b4d182a
children 71b27122c8a6
comparison
equal deleted inserted replaced
4598:a064e437d5eb 4599:221fb7143cd4
1089 gtk_misc_set_alignment(GTK_MISC(img), 0, 0); 1089 gtk_misc_set_alignment(GTK_MISC(img), 0, 0);
1090 1090
1091 vbox = gtk_vbox_new(FALSE, 0); 1091 vbox = gtk_vbox_new(FALSE, 0);
1092 gtk_container_add(GTK_CONTAINER(hbox), vbox); 1092 gtk_container_add(GTK_CONTAINER(hbox), vbox);
1093 1093
1094 label = gtk_label_new(_("Please enter the screen name of the person you would like to add to your buddylist. You may optionally enter an alias, or nickname, for the buddy. The alias will be displayed in place of the screen name whenever possible.\n")); 1094 label = gtk_label_new(_("Please enter the screen name of the person you would like to add to your buddy list. You may optionally enter an alias, or nickname, for the buddy. The alias will be displayed in place of the screen name whenever possible.\n"));
1095 gtk_widget_set_size_request(GTK_WIDGET(label), 400, -1); 1095 gtk_widget_set_size_request(GTK_WIDGET(label), 400, -1);
1096 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); 1096 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
1097 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); 1097 gtk_misc_set_alignment(GTK_MISC(label), 0, 0);
1098 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); 1098 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
1099 1099