Changeset 3551 for trunk/src/shell32/shell32_main.cpp
- Timestamp:
- May 18, 2000, 4:16:04 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/shell32/shell32_main.cpp
r3250 r3551 1 /* $Id: shell32_main.cpp,v 1.1 0 2000-03-27 15:09:21 cbratschiExp $ */1 /* $Id: shell32_main.cpp,v 1.11 2000-05-18 14:16:03 sandervl Exp $ */ 2 2 3 3 /* … … 199 199 if (flags & SHGFI_USEFILEATTRIBUTES) 200 200 { 201 strcpy (psfi->szDisplayName, PathFindFile nameA(path));201 strcpy (psfi->szDisplayName, PathFindFileNameA(path)); 202 202 } 203 203 else
Note:
See TracChangeset
for help on using the changeset viewer.