Create new drives with autodetect type.

This commit is contained in:
Vitaliy Margolen 2005-11-21 11:58:29 +00:00 committed by Alexandre Julliard
parent b9758443e2
commit 96dc70a9f8

View file

@ -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);