Commit 96dc70a9 authored by Vitaliy Margolen's avatar Vitaliy Margolen Committed by Alexandre Julliard

Create new drives with autodetect type.

parent b9758443
......@@ -358,7 +358,7 @@ static void on_add_click(HWND dialog)
WINE_TRACE("allocating drive letter %c\n", new);
if (new == 'C') add_drive(new, "../drive_c", "System Drive", "", DRIVE_FIXED);
else add_drive(new, "/", "", "", DRIVE_FIXED);
else add_drive(new, "/", "", "", DRIVE_UNKNOWN);
fill_drives_list(dialog);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment