- Timestamp:
- Jun 2, 2001, 1:29:31 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comdlg32/filedlg95.c
r5583 r5878 1388 1388 nOpenAction = ONOPEN_BROWSE; 1389 1389 1390 /* @@@AH 2001-06-02 moved out of !OFN_NONVALIDATE block - needs to be set */ 1391 if (FAILED (SHGetDesktopFolder(&lpsf))) return FALSE; 1392 1390 1393 /* dont apply any checks with OFN_NOVALIDATE */ 1391 1394 if(!(fodInfos->ofnInfos->Flags & OFN_NOVALIDATE)) … … 1402 1405 } 1403 1406 1404 if (FAILED (SHGetDesktopFolder(&lpsf))) return FALSE;1405 1406 1407 lpszTemp1 = lpszTemp = lpstrPathAndFile; 1407 1408 while (lpszTemp1) … … 1490 1491 } 1491 1492 if(pidl) COMDLG32_SHFree(pidl); 1493 } 1494 else 1495 { 1496 // @@@AH 2001-06-02 when we are in OFN_NOVALIDATE mode, the action 1497 // must be to open the specified file when pressing open button 1498 TRACE("OFN_NOVALIDATE mode, set open action to ONOPEN_OPEN\n"); 1499 nOpenAction = ONOPEN_OPEN; 1492 1500 } 1493 1501
Note:
See TracChangeset
for help on using the changeset viewer.