Changeset 10111


Ignore:
Timestamp:
May 26, 2003, 3:41:26 PM (22 years ago)
Author:
sandervl
Message:

PF: Patrick's 2001 fixes broke too much. Stay with ReWind for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/comdlg32/filedlg95.c

    r9306 r10111  
    12161216      if(fResult)
    12171217        SendCustomDlgNotificationMessage(hwnd,CDN_FILEOK);
    1218 
    1219       FILEDLG95_Clean(hwnd);
    1220       EndDialog(hwnd, fResult);
    12211218      break;
    12221219    }
     
    13501347
    13511348  /* clean and exit */
    1352 #ifndef __WIN32OS2__
    1353   // 20011017 PH
    1354   // some apps require the resources to be still there
    1355   // for the CDN_ processing.
    13561349  FILEDLG95_Clean(hwnd);
    13571350  return EndDialog(hwnd,TRUE);
    1358 #else
    1359   return TRUE;
    1360 #endif
    13611351}
    13621352
     
    17061696          }
    17071697         
    1708 #ifndef __WIN32OS2__
    1709   // 20011017 PH
    1710   // some apps require the resources to be still there
    1711   // for the CDN_ processing.
    1712          
    17131698          TRACE("close\n");
    17141699          FILEDLG95_Clean(hwnd);
    17151700          ret = EndDialog(hwnd, TRUE);
    1716 #else
    1717           ret = TRUE;
    1718 #endif
    17191701        }
    17201702        else
    17211703        {
    17221704          /* FIXME set error FNERR_BUFFERTOSMALL */
    1723 #ifndef __WIN32OS2__
    1724   // 20011017 PH
    1725   // some apps require the resources to be still there
    1726   // for the CDN_ processing.
    1727          
    17281705          FILEDLG95_Clean(hwnd);
    17291706          ret = EndDialog(hwnd, FALSE);
    1730 #else
    1731           ret = FALSE;
    1732 #endif
    17331707        }
    17341708        goto ret;
Note: See TracChangeset for help on using the changeset viewer.