Cosmetic fix: a message was mixed with a dialog box border line.
Approved by: re (rwatson)
This commit is contained in:
parent
b437f21e88
commit
50c956f08d
@ -593,7 +593,7 @@ confirm_zone(const char *filename)
|
||||
|
||||
asprintf(&msg, "Does the abbreviation `%s' look reasonable?",
|
||||
tm->tm_zone);
|
||||
rv = !dialog_yesno("Confirmation", msg, 4, 72);
|
||||
rv = !dialog_yesno("Confirmation", msg, 5, 72);
|
||||
free(msg);
|
||||
return rv;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user