Changeset 244 for trunk/dll/worker.c


Ignore:
Timestamp:
Aug 13, 2005, 10:54:20 PM (20 years ago)
Author:
root
Message:

avoid need to strip in ExecOnList

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/worker.c

    r196 r244  
    99  Copyright (c) 2001, 2005 Steven H. Levine
    1010
    11   16 Oct 02 SHL - Comments
    12   18 Oct 02 SHL - MassAction:Archive - force extension so file found
    13   06 Jun 05 SHL - Indent -i2
    14   06 Jun 05 SHL - Rework Action for VAC3.65 compat
     11  16 Oct 02 SHL Comments
     12  18 Oct 02 SHL MassAction:Archive - force extension so file found
     13  06 Jun 05 SHL Indent -i2
     14  06 Jun 05 SHL Rework Action for VAC3.65 compat
     15  27 Jul 05 SHL IDM_DOITYOURSELF - avoid need to strip in ExecOnList
    1516
    1617***********************************************************************/
     
    12141215          case IDM_DOITYOURSELF:
    12151216            ExecOnList(wk -> hwndFrame,
    1216                        " %a",
     1217                       "%a",
    12171218                       WINDOWED | SEPARATE | PROMPT,
    12181219                       NULL,
Note: See TracChangeset for help on using the changeset viewer.