Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Operating System: ReactOS
Platform: x86 Hardware
Description
r51436. Floppy drive uses CDROM ico in My Computer.
Accordingly to this code from shell32/folders.c lines 252-262:
if (_ILGetDrive(pSimplePidl, sTemp, MAX_PATH))
{
switch(GetDriveTypeA(sTemp))
}
it's because floppy drive is inaccessible. I didn't test what happen if diskette is inserted but seems it must be replaced with floppy icon.
But it's ugly when instead of floppy ico we see cdrom ico. I think shell32 must show floppy ico for floppy drive even when floppy is inaccessible(diskette is not inserted)
Attachments
Issue Links
- blocks
-
CORE-5648 GUI perception problems
- Open