Changeset 1789 for trunk/dll/misc.c


Ignore:
Timestamp:
Aug 31, 2014, 12:16:22 AM (11 years ago)
Author:
Gregg Young
Message:

Use saymsg2 for Suggest dialog Ticket [538] Add an @ to the end of the filters window label to indicate an attribute filter is set.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/misc.c

    r1780 r1789  
    22552255  s = xmalloc(CCHMAXPATH * 2, pszSrcFile, __LINE__);
    22562256  if (s) {
    2257     sprintf(s, "F:%s%s",
     2257    sprintf(s, "F:%s%s%s",
    22582258            mask->szMask,
    22592259            (!archive && (mask->attrFile != ALLATTRS ||
Note: See TracChangeset for help on using the changeset viewer.