| 382 vbox = pidgin_make_frame(ret, _("Evolution Integration Configuration")); |
382 vbox = pidgin_make_frame(ret, _("Evolution Integration Configuration")); |
| 383 |
383 |
| 384 /* Label */ |
384 /* Label */ |
| 385 label = gtk_label_new(_("Select all accounts that buddies should be " |
385 label = gtk_label_new(_("Select all accounts that buddies should be " |
| 386 "auto-added to.")); |
386 "auto-added to.")); |
| 387 gtk_label_set_alignment(GTK_LABEL(label), 0, 0.5); |
387 gtk_label_set_xalign(GTK_LABEL(label), 0); |
| 388 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
388 gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0); |
| 389 gtk_widget_show(label); |
389 gtk_widget_show(label); |
| 390 |
390 |
| 391 /* Create the list model for the treeview. */ |
391 /* Create the list model for the treeview. */ |
| 392 model = gtk_list_store_new(NUM_COLUMNS, |
392 model = gtk_list_store_new(NUM_COLUMNS, |