mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 18:05:21 -04:00
[freedos] more intuitive menu selection for kb locale
* !MENUCOLOR brings FreeDOS closer to WinME selection menu
This commit is contained in:
parent
55e6cd8023
commit
35edfb0218
2 changed files with 9 additions and 8 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue