Create new drives with autodetect type.

oldstable
Vitaliy Margolen 2005-11-21 11:58:29 +00:00 committed by Alexandre Julliard
parent b9758443e2
commit 96dc70a9f8
1 changed files with 1 additions and 1 deletions

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