Changeset 1673 for trunk/dll/tools.c


Ignore:
Timestamp:
Dec 30, 2012, 7:51:01 PM (13 years ago)
Author:
Gregg Young
Message:

Update to Doxygen comment style Ticket 55. Also some minor code cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/tools.c

    r1544 r1673  
    764764          istext = FALSE;
    765765        tool = INSTDATA(hwnd);
    766         if (tool) {                     /* just editing strings... */
     766        if (tool) {                     // just editing strings...
    767767          istext = ((tool->flags & T_TEXT) != 0);
    768768          xfree(tool->help, pszSrcFile, __LINE__);
Note: See TracChangeset for help on using the changeset viewer.