X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=dialogs.c;h=c8505ee61fbcd20daacc124fca630841af090cea;hb=3c1691e6776c9e91d1752c0d38d4dd2d616fce07;hp=0c430ddb66a16610141ba82b408ce20acce16aa0;hpb=55cafba6c2f03dec96d41f7a85c03d4cd641190a;p=xboard.git diff --git a/dialogs.c b/dialogs.c index 0c430dd..c8505ee 100644 --- a/dialogs.c +++ b/dialogs.c @@ -1218,6 +1218,7 @@ NewTagsPopup (char *text, char *msg) char *title = bookUp ? _("Edit book") : _("Tags"); tagsOptions[2].type = bookUp ? Button : Skip; + tagsOptions[3].min = bookUp ? SAME_ROW : 0; if(DialogExists(TagsDlg)) { // if already exists, alter title and content SetWidgetText(&tagsOptions[1], text, TagsDlg); SetDialogTitle(TagsDlg, title);