Mercurial > pidgin
comparison src/dialogs.c @ 3825:321ce65bbebc
[gaim-migrate @ 3974]
it helps to commit changes.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Wed, 30 Oct 2002 00:50:11 +0000 |
| parents | 6ecca71471d1 |
| children | b7b1bd70dfdb |
comparison
equal
deleted
inserted
replaced
| 3824:6ecca71471d1 | 3825:321ce65bbebc |
|---|---|
| 704 | 704 |
| 705 vbox = gtk_vbox_new(FALSE, 0); | 705 vbox = gtk_vbox_new(FALSE, 0); |
| 706 gtk_container_add(GTK_CONTAINER(hbox), vbox); | 706 gtk_container_add(GTK_CONTAINER(hbox), vbox); |
| 707 | 707 |
| 708 label = gtk_label_new(_("Please enter the screenname of the person you would like to IM.\n")); | 708 label = gtk_label_new(_("Please enter the screenname of the person you would like to IM.\n")); |
| 709 gtk_widget_set_usize(GTK_WIDGET(label), 350, -1); | 709 gtk_widget_set_size_request(GTK_WIDGET(label), 350, -1); |
| 710 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); | 710 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE); |
| 711 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); | 711 gtk_misc_set_alignment(GTK_MISC(label), 0, 0); |
| 712 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); | 712 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
| 713 | 713 |
| 714 hbox = gtk_hbox_new(FALSE, 6); | 714 hbox = gtk_hbox_new(FALSE, 6); |
