src/prefs.c

changeset 4339
c1f075815433
parent 4334
6088bb00639e
child 4359
cf899ee07d1d
equal deleted inserted replaced
4338:e4ad226358d1 4339:c1f075815433
350 GtkTargetEntry te[3] = {{"text/plain", 0, 0},{"text/uri-list", 1, 0},{"STRING", 2, 0}}; 350 GtkTargetEntry te[3] = {{"text/plain", 0, 0},{"text/uri-list", 1, 0},{"STRING", 2, 0}};
351 351
352 ret = gtk_vbox_new(FALSE, 18); 352 ret = gtk_vbox_new(FALSE, 18);
353 gtk_container_set_border_width (GTK_CONTAINER (ret), 12); 353 gtk_container_set_border_width (GTK_CONTAINER (ret), 12);
354 354
355 label = gtk_label_new(_("Select a smiley theme that you would like to use from the list below. New themes can\nbe installed by dragging and dropping them onto the theme list.")); 355 label = gtk_label_new(_("Select a smiley theme that you would like to use from the list below. New themes can be installed by dragging and dropping them onto the theme list."));
356 356
357 gtk_label_set_line_wrap(GTK_LABEL(label), TRUE);
357 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5); 358 gtk_misc_set_alignment(GTK_MISC(label), 0, 0.5);
358 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT); 359 gtk_label_set_justify(GTK_LABEL(label), GTK_JUSTIFY_LEFT);
359 360
360 gtk_box_pack_start(GTK_BOX(ret), label, FALSE, TRUE, 0); 361 gtk_box_pack_start(GTK_BOX(ret), label, FALSE, TRUE, 0);
361 gtk_widget_show(label); 362 gtk_widget_show(label);

mercurial