Changeset 1710 for trunk/dll/seeall.c


Ignore:
Timestamp:
Feb 9, 2014, 9:07:48 PM (12 years ago)
Author:
Gregg Young
Message:

Actually commit the fix for suppressing the readonly warning on temp archive files. Ticket 497

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/seeall.c

    r1686 r1710  
    10741074              WinSetWindowText(WinWindowFromID(hwndFrame, SEEALL_STATUS),
    10751075                               prompt);
    1076               error = (APIRET) wipeallf("%s%s*",
     1076              error = (APIRET) wipeallf(FALSE, "%s%s*",
    10771077                                        list[x],
    10781078                                        (*list[x] &&
Note: See TracChangeset for help on using the changeset viewer.