Index: dll/win32/shell32/dialogs/drvdefext.cpp =================================================================== --- dll/win32/shell32/dialogs/drvdefext.cpp (revision 72517) +++ dll/win32/shell32/dialogs/drvdefext.cpp (working copy) @@ -309,10 +309,10 @@ default: IconId = IDI_SHELL_DRIVE; TypeStrId = IDS_DRIVE_FIXED; } - if (DriveType == DRIVE_CDROM) + if (DriveType == DRIVE_CDROM || DriveType == DRIVE_REMOTE) { /* volume label textbox */ - EnableWindow(GetDlgItem(hwndDlg, 14000), false); + SendMessage(GetDlgItem(hwndDlg, 14000), EM_SETREADONLY, true, 0); /* disk compression */ ShowWindow(GetDlgItem(hwndDlg, 14011), false);