Make "Finish" the default choice in the partition editor. This lets you
successfully complete an installation with all defaults by pressing Enter repeatedly until your machine reboots. MFC after: 3 weeks
This commit is contained in:
parent
24be8623c6
commit
c4bd43b00b
@ -77,7 +77,7 @@ diskeditor_show(const char *title, const char *cprompt,
|
||||
int partlist_height, partlist_width;
|
||||
int cur_scroll = 0;
|
||||
int key, fkey;
|
||||
int cur_button = 0, cur_part = 0;
|
||||
int cur_button = 5, cur_part = 0;
|
||||
int result = DLG_EXIT_UNKNOWN;
|
||||
|
||||
static DLG_KEYS_BINDING binding[] = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user