mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 08:22:44 +00:00
Use autodetected dimensions in Sorry! window
This commit is contained in:
parent
f7b5cb4380
commit
ebd8696266
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4495
@ -174,7 +174,7 @@ ShowFile(char *filename, char *header)
|
||||
char buf[256];
|
||||
if (access(filename, R_OK)) {
|
||||
sprintf(buf, "The %s file is not provided on the 1.2MB floppy image.", filename);
|
||||
dialog_msgbox("Sorry!", buf, 6, 75, 1);
|
||||
dialog_msgbox("Sorry!", buf, strheight(buf)+4, strwidth(buf)+4, 1);
|
||||
return;
|
||||
}
|
||||
dialog_clear();
|
||||
|
Loading…
Reference in New Issue
Block a user