X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.c;h=23f86339e2d18bca7d86b026f4ae31ac0f8a10e6;hb=60082806a890461944c2f6b5d424ec659b23001a;hp=c8505ee61fbcd20daacc124fca630841af090cea;hpb=c591aa5f691ddd2fe00a64993e006d105b47f4a3;p=xboard.git diff --git a/dialogs.c b/dialogs.c index c8505ee..23f8633 100644 --- a/dialogs.c +++ b/dialogs.c @@ -2107,7 +2107,7 @@ static void GLT_Button P((int n)); static int GLT_OK P((int n)); static Option listOptions[] = { -{300, LR|TB, 200, NULL, (void*) strings, "", NULL, ListBox, "" }, // For GTK we need to specify a height, as default would just show 3 lines +{300, LR|TB, 200, NULL, (void*) strings, NULL, NULL, ListBox, "" }, // For GTK we need to specify a height, as default would just show 3 lines { 0, 0, 0, NULL, (void*) &GLT_Button, NULL, NULL, Button, N_("factory") }, { 0, SAME_ROW, 0, NULL, (void*) &GLT_Button, NULL, NULL, Button, N_("up") }, { 0, SAME_ROW, 0, NULL, (void*) &GLT_Button, NULL, NULL, Button, N_("down") },