Changeset 1749 for trunk/dll/info.c
- Timestamp:
- Feb 28, 2014, 5:46:26 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/dll/info.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/info.c
r1687 r1749 38 38 20 Apr 13 GKY Double click on directory in Info listbox opens directory object instead of 39 39 causing an error message from DefaultView 40 28 Apr 14 JBS Ticket #522: Ensure use of wrapper functions where needed 40 41 41 42 ***********************************************************************/ … … 764 765 WinCheckButton(hwnd, FLE_SYSTEM, ((fs.attrFile & FILE_SYSTEM) != 0)); 765 766 DosError(FERR_DISABLEHARDERR); 766 if (! DosQueryAppType(pfs->szFileName, &apptype)) {767 if (!xDosQueryAppType(pfs->szFileName, &apptype)) { 767 768 WinEnableWindow(WinWindowFromID(hwnd, FLE_OS2FS), TRUE); 768 769 WinEnableWindow(WinWindowFromID(hwnd, FLE_OS2WIN), TRUE);
Note:
See TracChangeset
for help on using the changeset viewer.
