Mercurial > pidgin
comparison src/dialogs.c @ 485:a15d87ea1d4c
[gaim-migrate @ 495]
Woops, messed up the little standard size of buttons for the Warn dialog.
committer: Tailor Script <tailor@pidgin.im>
| author | Rob Flynn <gaim@robflynn.com> |
|---|---|
| date | Mon, 10 Jul 2000 08:52:02 +0000 |
| parents | a9e485c388c4 |
| children | 1045f51bcae7 |
comparison
equal
deleted
inserted
replaced
| 484:a9e485c388c4 | 485:a15d87ea1d4c |
|---|---|
| 437 /* Put the buttons in the box */ | 437 /* Put the buttons in the box */ |
| 438 | 438 |
| 439 gtk_widget_set_usize(warn, 75, 30); | 439 gtk_widget_set_usize(warn, 75, 30); |
| 440 gtk_widget_set_usize(cancel, 75, 30); | 440 gtk_widget_set_usize(cancel, 75, 30); |
| 441 | 441 |
| 442 gtk_box_pack_start(GTK_BOX(bbox), warn, TRUE, TRUE, 5); | 442 gtk_box_pack_start(GTK_BOX(bbox), warn, FALSE, FALSE, 5); |
| 443 gtk_box_pack_end(GTK_BOX(bbox), cancel, TRUE, TRUE, 5); | 443 gtk_box_pack_end(GTK_BOX(bbox), cancel, FALSE, FALSE, 5); |
| 444 | 444 |
| 445 g_snprintf(buf, 127, _("Do you really want to warn %s?"), who); | 445 g_snprintf(buf, 127, _("Do you really want to warn %s?"), who); |
| 446 label = gtk_label_new(buf); | 446 label = gtk_label_new(buf); |
| 447 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 5); | 447 gtk_box_pack_start(GTK_BOX(vbox), label, TRUE, TRUE, 5); |
| 448 gtk_widget_show(label); | 448 gtk_widget_show(label); |
