Ignore:
Timestamp:
Aug 12, 2002, 5:54:49 PM (23 years ago)
Author:
umoeller
Message:

Minor updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/textview.h

    r201 r206  
    232232                                    // CHS_STRIKEOUT flags set
    233233
    234         PSZ         pszLinkTarget; // if != NULL, pointer to a string in XFORMATDATA.llLinks;
     234        PCSZ        pcszLinkTarget; // if != NULL, pointer to a string in XFORMATDATA.llLinks;
    235235                                    // the word is then part of a link
    236236                                    // V0.9.20 (2002-08-10) [umoeller]
     
    430430     *      Parameters:
    431431     *
    432      *      -- USHORT SHORT1FROMMP(mp1): id of the control.
    433      *      -- USHORT SHORT2FROMMP(mp1): nofify code (TXVN_LINK).
    434      *      -- const char *mp2: link target.
     432     *      --  USHORT SHORT1FROMMP(mp1): id of the control.
     433     *
     434     *      --  USHORT SHORT2FROMMP(mp1): nofify code (TXVN_LINK).
     435     *
     436     *      --  const char *mp2: target of the link that the
     437     *          user clicked on.
    435438     *
    436439     *@@added V0.9.3 (2000-05-18) [umoeller]
Note: See TracChangeset for help on using the changeset viewer.