[freedos] more intuitive menu selection for kb locale

* !MENUCOLOR brings FreeDOS closer to WinME selection menu
This commit is contained in:
Pete Batard 2012-01-08 23:39:33 +00:00
parent 55e6cd8023
commit 35edfb0218
2 changed files with 9 additions and 8 deletions

View file

@ -980,7 +980,7 @@ BOOL SetDOSLocale(const char* path, BOOL bFreeDOS)
return FALSE;
}
if (bFreeDOS) {
fprintf(fd, "MENU\nMENU FreeDOS Language Selection Menu\n");
fprintf(fd, "!MENUCOLOR=7,0\nMENU\nMENU FreeDOS Language Selection Menu\n");
fprintf(fd, "MENU ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ\nMENU\n");
} else {
fprintf(fd, "[MENU]\n");