Changeset 888 for trunk/dll/viewinf.c


Ignore:
Timestamp:
Dec 22, 2007, 11:02:11 PM (18 years ago)
Author:
Gregg Young
Message:

runemf2 now quotes executable strings if needed (Ticket 180); it also reports where it was called from on errors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/viewinf.c

    r847 r888  
    575575            runemf2(SEPARATE | WINDOWED | MINIMIZED |
    576576                    BACKGROUND | INVISIBLE,
    577                     hwnd,
     577                    hwnd, pszSrcFile, __LINE__,
    578578                    NULL, NULL, "%s /C %s", GetCmdSpec(FALSE), filename);
    579579          }
Note: See TracChangeset for help on using the changeset viewer.